Serve ACP agents over MCP
Project description
The ACP to MCP Adapter is a lightweight standalone server that acts as a bridge between two AI ecosystems: Agent Communication Protocol (ACP) for agent-to-agent communication and Model Context Protocol (MCP) for connecting AI models to external tools. It allows MCP applications (like Claude Desktop) to discover and interact with ACP agents as resources.
Key Features
- Makes ACP agents discoverable as MCP resources
- Exposes ACP agent runs as MCP tools
- Bridges two agent ecosystems with minimal configuration
Requirements
- Python 3.11 or higher
- Installed Python packages:
acp-sdk,mcp - An ACP server running (Tip: Follow the ACP quickstart to start one easily)
- An MCP client application (We use Claude Desktop in the quickstart)
Quickstart
1. Run the Adapter
Start the adapter and connect it to your ACP server:
uvx acp-mcp http://localhost:8000
[!NOTE] Replace
http://localhost:8000with your ACP server URL if different.
Prefer Docker?
docker run -i --rm ghcr.io/i-am-bee/acp-mcp http://host.docker.internal:8000
Tip: host.docker.internal allows Docker containers to reach services running on the host (adjust if needed for your setup).
2. Connect via Claude Desktop
To connect via Claude Desktop, follow these steps:
- Open the Claude menu on your computer and navigate to Settings (note: this is separate from the in-app Claude account settings).
- Navigate to Developer > Edit Config
- The config file will be created here:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Edit the file with the following:
{
"mcpServers": {
"acp-local": {
"command": "uvx",
"args": ["acp-mcp", "http://localhost:8000"]
}
}
}
Prefer Docker?
{
"mcpServers": {
"acp-docker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/i-am-bee/acp-mcp",
"http://host.docker.internal:8000"
]
}
}
}
3. Restart Claude Desktop and Invoke Your ACP Agent
After restarting, invoke your ACP agent with:
use "echo" agent with the "Good morning!" input
Accept the integration and observe the agent running.
[!TIP] ACP agents are also registered as MCP resources in Claude Desktop.
To attach them manually, click the Resources icon (two plugs connecting) in the sidebar, labeled "Attach from MCP", then select an agent likeacp://agents/echo.
How It Works
- The adapter connects to your ACP server.
- It automatically discovers all registered ACP agents.
- Each ACP agent is registered in MCP as a resource using the URI:
acp://agents/{agent_name} - The adapter provides a new MCP tool called
run_agent, letting MCP apps easily invoke ACP agents.
Supported Transports
- Currently supports Stdio transport
Developed by contributors to the BeeAI project, this initiative is part of the Linux Foundation AI & Data program. Its development follows open, collaborative, and community-driven practices.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acp_mcp-0.4.2.tar.gz.
File metadata
- Download URL: acp_mcp-0.4.2.tar.gz
- Upload date:
- Size: 171.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea41fbbdf8ebbb25d709641e8cec52dd7c8a1f4634c8967b798ff8ccbf3e3199
|
|
| MD5 |
0f06c03217593cc8e6b43a8a600ebebf
|
|
| BLAKE2b-256 |
f9d63c2ea4b36f880d15205a5b775915178a56deb49a34c2b8410edc0fa519a9
|
Provenance
The following attestation bundles were made for acp_mcp-0.4.2.tar.gz:
Publisher:
release.yml on i-am-bee/acp-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
acp_mcp-0.4.2.tar.gz -
Subject digest:
ea41fbbdf8ebbb25d709641e8cec52dd7c8a1f4634c8967b798ff8ccbf3e3199 - Sigstore transparency entry: 208426566
- Sigstore integration time:
-
Permalink:
i-am-bee/acp-mcp@48b449d8092447b6508930c3f904a11b0c981d92 -
Branch / Tag:
refs/tags/v0.4.2 - Owner: https://github.com/i-am-bee
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@48b449d8092447b6508930c3f904a11b0c981d92 -
Trigger Event:
release
-
Statement type:
File details
Details for the file acp_mcp-0.4.2-py3-none-any.whl.
File metadata
- Download URL: acp_mcp-0.4.2-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e03dece47224c224cf7713f859eb379305a330032e5a916fcedec79dcca94a8
|
|
| MD5 |
3da3ecd79589513dc39189ce53c81472
|
|
| BLAKE2b-256 |
494b8d74099e28612833c0dee95b1bc3babab353d87cff1fb4a8854a997966c0
|
Provenance
The following attestation bundles were made for acp_mcp-0.4.2-py3-none-any.whl:
Publisher:
release.yml on i-am-bee/acp-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
acp_mcp-0.4.2-py3-none-any.whl -
Subject digest:
1e03dece47224c224cf7713f859eb379305a330032e5a916fcedec79dcca94a8 - Sigstore transparency entry: 208426569
- Sigstore integration time:
-
Permalink:
i-am-bee/acp-mcp@48b449d8092447b6508930c3f904a11b0c981d92 -
Branch / Tag:
refs/tags/v0.4.2 - Owner: https://github.com/i-am-bee
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@48b449d8092447b6508930c3f904a11b0c981d92 -
Trigger Event:
release
-
Statement type: