Skip to main content
AggregatorsTypeScript

1mcp/agent

A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

aggregatorscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/1mcp-app/agent

Claude Desktop configuration example:

{
  "mcpServers": {
    "agent": {
      "command": "npx",
      "args": [
        "-y",
        "1mcp/agent"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
TypeScript
Author
1mcp-app