auto-mcp-client

down-to-earth1994/auto-mcp-client
★ 11 stars Java 🤖 AI/LLM Updated 1mo ago
基于Spring AI 封装了 mcp-client 服务,目的使web网页智能体也能通过 stdio 和 HTTP SSE(Server-Sent Events) 与 MCP Server 进行交互。项目实现了自动化的连接管理机制,包括自动初始化连接、健康检查、超时关闭以及链接复用等功能
View on GitHub →

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"
      ]
    }
  }
}

Topics

mcp-clientmcp-serveropenaispring-ai