
1MCP
Supports UIby 1mcp-app
Unified MCP server aggregating multiple servers into one interface for AI agents.
What it does
1MCP acts as a central proxy and aggregator for the Model Context Protocol (MCP), allowing users to connect multiple disparate MCP servers to a single endpoint. This eliminates the need to configure each server individually across different AI clients.
Tools
mcp add: Adds a new MCP server to the configuration.mcp list: Lists all currently configured MCP servers.mcp status: Checks the health and status of a specific server.instructions: Provides the CLI playbook and inventory for agent workflows.inspect: Detailed discovery of tools and schemas from running instances.run: Executes a specific tool on a targeted server.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"1mcp": {
"command": "1mcp",
"args": ["serve"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, VS Code, Claude Code, and Codex.
Quick install
npx -y @1mcp/agentInformation
- Pricing
- free
- Published
- 4/23/2026
- stars






