MCP Proxy Server
About
A proxy server for aggregating and serving multiple MCP resource servers through a single endpoint.
Details
- Author
- tbxark
- Categories
- Developer Tools, API, Automation
Jump to
Setup
Install MCP Proxy Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/tbxark/mcp-proxy
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP proxy that aggregates multiple MCP servers behind a single HTTP entrypoint.
- Proxy multiple MCP clients: aggregate tools, prompts, and resources from many servers.
- SSE and streamable HTTP: serve via Server‑Sent Events or streamable HTTP.
- Flexible config: supportsstdio,sse, andstreamable-httpclient types.
- OAuth client support: authorize once against downstream servers that require interactive OAuth (e.g. Notion), then let the proxy hold and refresh the token for every caller.
- Configuration:docs/configuration.md
- Usage:docs/usage.md
- Deployment:docs/deployment.md
- Claude config converter:https://tbxark.github.io/mcp-proxy
git clone https://github.com/tbxark/mcp-proxy.git cd mcp-proxy make build ./build/mcp-proxy --config path/to/config.json
go install github.com/tbxark/mcp-proxy@latest
The image includes support for launching MCP servers vianpxanduvx.
docker run -d -p 9090:9090 -v /path/to/config.json:/config/config.json ghcr.io/tbxark/mcp-proxy:latest # or provide a remote config docker run -d -p 9090:9090 ghcr.io/tbxark/mcp-proxy:latest --config https://example.com/config.json
More deployment options (including docker‑compose) are indocs/deployment.md.
See full configuration reference and examples indocs/configuration.md. An online Claude config converter is available at:https://tbxark.github.io/mcp-proxy
Command‑line flags, endpoints, and auth examples are documented indocs/usage.md.
- This project was inspired by theadamwattis/mcp-proxy-serverproject
- If you have any questions about deployment, you can refer to《在 Docker 沙箱中运行 MCP Server》(@ccbikai)
This project is licensed under the MIT License. See theLICENSEfile for details.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.
Single tool to control all 100+ API integrations, and UI components
Agent-native developer Q&A API with MCP + A2A endpoints for citations, job pickup, and answer submission.
Self-hosted MCP gateway: convert REST/SOAP/GraphQL/SQL APIs into MCP tools with 29 pre-built adapters, OAuth2, RBAC and audit log.
A universal bridge to convert any web API into an MCP server, supporting multiple transport types.
Dynamically creates MCP servers from web API configurations, integrating any REST API, GraphQL endpoint, or web service into MCP-compatible tools.
Hosted MCP server and coordination layer for AI coding agents — live API contracts, database schema, frontend/backend mismatch detection, and shared handoff tickets for Claude Code, Cursor, Codex, and Lovable.
An MCP server that dynamically loads tools from an external JSON file configured via an environment variable.
A lightweight server exposing Axone's capabilities through the Model-Context Protocol.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


