Back to Apps

1MCP
Supports UIby 1mcp-app
Unified MCP server aggregating multiple servers into one interface for AI agents.
0 stars
Works in:CursorCodex
Exposes:ToolsResources
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
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Run `1mcp cli-setup --codex`Cursor
Add "url": "http://127.0.0.1:3050/mcp?app=cursor" to ~/.cursor/mcp.jsonClaude Desktop
{
"mcpServers": {
"1mcp": {
"command": "1mcp",
"args": ["serve"]
}
}
}





