基于Spring AI 封装了 mcp-client 服务,目的使web网页智能体也能通过 stdio 和 HTTP SSE(Server-Sent Events) 与 MCP Server 进行交互。项目实现了自动化的连接管理机制,包括自动初始化连接、健康检查、超时关闭以及链接复用等功能
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"auto-mcp-client": {
"command": "npx",
"args": [
"-y",
"down-to-earth1994/auto-mcp-client"
]
}
}
}
Run in terminal:
claude mcp add auto-mcp-client npx -y down-to-earth1994/auto-mcp-client
Add to .cursor/mcp.json:
{
"mcpServers": {
"auto-mcp-client": {
"command": "npx",
"args": [
"-y",
"down-to-earth1994/auto-mcp-client"
]
}
}
}