Kiran1689/mcp-proxy-server
A modular Python client for connecting to MCP servers, integrating with Anthropic Claude, and exposing a FastAPI-based API for handling queries and tool calls.
Platform-specific configuration:
{
"mcpServers": {
"mcp-proxy-server": {
"command": "npx",
"args": [
"-y",
"mcp-proxy-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...