ModelContextProtocolClient

InnoBridge/ModelContextProtocolClient
★ 2 stars Java 💻 Code/Dev Tools Updated 2mo ago
Host with MCP client to call MCP servers for MCP development
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": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "InnoBridge/ModelContextProtocolClient"
      ]
    }
  }
}