Back to MCP Servers
1mcp App Agent
A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
aggregatorsagent
By 1mcp-app
Installation
npx -y agentConfiguration
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "agent"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes