ACP-MCP-Server
@GongRzhe
关于 ACP-MCP-Server
A bridge server that connects Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients, enabling seamless integration between ACP-based AI agents and MCP-compatible tools like Claude Desktop.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ACP-MCP-Server": {
"command": "uvx",
"args": [
"acp-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ACP-MCP-Server?
A bridge server that connects Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients, enabling seamless integration between ACP-based AI agents and MCP-compatible tools like Claude Desktop.
How to use ACP-MCP-Server?
Install via pip or uvx, then run with a chosen transport: STDIO (default), SSE, or Streamable HTTP. Configure via command-line options or environment variable ACP_BASE_URL. Use it in Claude Desktop by adding a configuration entry.
Key features of ACP-MCP-Server
- Protocol bridge connecting ACP agents with MCP clients
- Supports STDIO, SSE, and Streamable HTTP transports
- Automatic discovery and registration of ACP agents
- Smart routing of requests to appropriate agents
- Support for synchronous and asynchronous agent execution
- Multi-turn interactive agent sessions
Use cases of ACP-MCP-Server
- Integrating ACP-based AI agents with Claude Desktop via MCP
- Building web applications that interact with ACP agents using SSE
- Exposing ACP agents as REST APIs using Streamable HTTP
- Running multi-agent workflows with smart request routing
- Enabling interactive, multi-turn conversations with ACP agents
FAQ from ACP-MCP-Server
What transports does ACP-MCP-Server support?
STDIO (default for Claude Desktop), SSE (for web apps and streaming), and Streamable HTTP (for REST API integration).
What are the runtime requirements?
Python 3.11+, a running ACP server with agents, and FastMCP for protocol implementation.
How do I connect ACP-MCP-Server to a different ACP server?
Use the --acp-url command-line option or set the ACP_BASE_URL environment variable (default: http://localhost:8000).
Can I run ACP-MCP-Server in production?
Yes, there is a multi-stage Dockerfile for production deployments; use docker build -f Dockerfile.prod and run with restart policy.
How do I use ACP-MCP-Server with Claude Desktop?
Add a configuration entry with "command": "uvx" and "args": ["acp-mcp-server"] under mcpServers.
AI 与智能体 分类下的更多 MCP 服务器
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
评论