Back to catalog
1mcpserver MCP Server
A meta-MCP server that automatically discovers, selects, and configures other MCP servers for you. Eliminates the need to manually search, install, and configure individual MCP servers.
Get this MCP server
A meta-MCP server that automatically discovers, selects, and configures other MCP servers for you. Eliminates the need to manually search, install, and configure individual MCP servers.
Installation
Remote Configuration
Add configuration to ~/.cursor/mcp.json or Claude desktop config - no installation required
From Source
git clone https://github.com/particlefuture/MCPDiscovery.git
cd MCPDiscovery
uv sync
uv run server.py
Configuration
Remote Configuration (Claude/Cursor)
{
"mcpServers": {
"mcp-server-discovery": {
"url": "https://mcp.1mcpserver.com/mcp/",
"headers": {
"Accept": "text/event-stream",
"Cache-Control": "no-cache",
"API_KEY": "value"
}
}
}
}
Local STDIO Configuration
{
"mcpServers": {
"mcp-servers-discovery": {
"command": "/Users/jiazhenghao/.local/bin/uv",
"args": [
"--directory",
"{PATH_TO_THE_CLONED_REPO}",
"run",
"server.py",
"--local"
]
}
}
}
Available Tools
| Tool | Description |
|---|---|
quick_search |
Returns a list of MCP servers for specific purposes |
deep_search |
Breaks down complex tasks into components and finds suitable MCP servers |
test_server_template_code |
Returns sample test code for verifying MCP server functionality |
Features
- Automatic discovery and configuration of MCP servers
- No need for manual installation commands or API key retrieval
- Quick search for specific MCP server requirements
- Deep search with agentic planning for complex tasks
- Automatic API key configuration and setup instructions
- mcp.json file modification handling
- Server testing capabilities
- Building multi-step workflows using discovered MCP servers
Environment Variables
Optional
API_KEY— API key for accessing the remote server
Usage Examples
I want a MCP server that handles payment
Build me a website that analyzes other websites
Notes
Demo video is available at https://youtu.be/W4EAmaTTb2A. The server performs horizontal scaling for independent components and vertical scaling for sequential steps. Includes planning, testing, and execution phases for complex workflows.
