Back to MCP Servers
1mcpserver
MCP of MCPs. Automatic discovery and configure MCP servers on your local machine.
aggregators
Installation
npx -y 1mcpserverConfiguration
{
"mcpServers": {
"1mcpserver": {
"command": "npx",
"args": ["-y", "1mcpserver"]
}
}
}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