MCP Server Copilot
@tshu-w
About MCP Server Copilot
A meta MCP server that seamlessly scales LLMs to 1000+ MCP servers through automatic routing.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"copilot": {
"command": "uvx",
"args": [
"mcp-server-copilot"
]
}
}
}Tools
3Route user query to appropriate MCP servers.
Route user query to appropriate MCP tools across all servers.
Execute a specific tool on a specific server based on previous routing results.
Overview
What is MCP Server Copilot?
MCP Server Copilot is a meta Model Context Protocol (MCP) server that scales large language models to over 1,000 MCP servers by automatically routing queries to the appropriate servers and tools without exposing all servers and tools directly to the LLM.
How to use MCP Server Copilot?
Install via uvx (recommended, no manual installation needed) or via pip install mcp-server-copilot. Copy the sample configuration file to ~/.config/mcp-server-copilot, then add the server to your MCP client settings using either uvx mcp-server-copilot --config ~/.config/mcp-server-copilot/config.json or python -m mcp_server_copilot --config ~/.config/mcp-server-copilot/config.json.
Key features of MCP Server Copilot
- Automatic routing of queries to relevant MCP servers.
- Automatic routing of queries to specific tools across servers.
- Execution of a chosen tool on a specified server.
- Scalable to over 1,000 MCP servers.
- Configurable top‑k results for routed servers and tools.
Use cases of MCP Server Copilot
- Connect an LLM to a large collection of MCP servers without overwhelming it with all available tools.
- Dynamically discover and invoke the right server and tool for a given user request.
- Simplify integration of many domain‑specific MCP servers into a single, routed interface.
- Delegate complex, multi‑step tasks by chaining server and tool routing with execution.
FAQ from MCP Server Copilot
What Python version is required?
Python 3.10, 3.11, or 3.12 is supported.
How do I install MCP Server Copilot?
You can run it directly with uvx mcp-server-copilot (no separate install needed) or install it via pip install mcp-server-copilot and then run python -m mcp_server_copilot.
Where is the configuration file located?
Copy the sample from config/config.sample.json to ~/.config/mcp-server-copilot/config.json.
What tools does MCP Server Copilot provide?
It provides router-servers, route-tools, and execute-tool. The first two accept a query and an optional top_k parameter; execute-tool takes a server name, tool name, and optional parameters.
How do I run the server with uvx?
Add an entry to your MCP client’s mcpServers configuration: set the command to uvx and args to ["mcp-server-copilot", "--config", "~/.config/mcp-server-copilot/config.json"].
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments