A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"1mcp-app/agent"
]
}
}
}
Run in terminal:
claude mcp add agent npx -y 1mcp-app/agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"1mcp-app/agent"
]
}
}
}