1mcp/agent
π βοΈ π π πͺ π§ - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide β Connected Apps: 1mcp/agent Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-1mcp-agent
Detailed Documentation
π βοΈ π π πͺ π§ - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Configuration
{
"mcpServers": {
"1mcp-agent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1mcp-agent"
],
"env": {}
}
}
}