1mcp/agent
by Various
A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
MCP
1mcp/agent
Added 1 June 2026
Overview
1mcp/agent is a TypeScript library that aggregates multiple Model Context Protocol (MCP) servers into a single unified server. It provides a single endpoint for clients to interact with multiple MCP servers without managing separate connections.
Best for
Best for
Developers building MCP-based agents or tools that need to interact with multiple MCP servers
Use cases
- Combine multiple MCP servers into one endpoint for simpler client configuration
- Build an agent that can route requests to different MCP servers based on context
- Reduce the number of network connections needed when using several MCP servers
How to use
Install
npm install -g @1mcp/agent Tested with
Claude Code, Cursor
Example client config
{\n "mcpServers": {\n "1mcp": {\n "url": "http://127.0.0.1:3050/mcp?app=cursor"\n }\n }\n} Notes
1mcp/agent is a TypeScript library that aggregates multiple Model Context Protocol (MCP) servers into a single unified server. It provides a single endpoint for clients to interact with multiple MCP servers without managing separate connections.
447 stars on GitHub. Last updated 2026-06-01. Licensed Apache-2.0.
Use cases
- Combine multiple MCP servers into one endpoint for simpler client configuration
- Build an agent that can route requests to different MCP servers based on context
- Reduce the number of network connections needed when using several MCP servers
Pros
- Simplifies client setup by exposing a single MCP server interface
- Open source with active development (447 stars on GitHub)
- Written in TypeScript for type safety and broad ecosystem compatibility
Cons
- Introduces a single point of failure if the aggregator goes down
- Adds an extra layer of abstraction that may increase latency
- Limited to MCP protocol servers; cannot aggregate non-MCP services
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simplifies client setup by exposing a single MCP server interface
- Open source with active development (447 stars on GitHub)
- Written in TypeScript for type safety and broad ecosystem compatibility
Cons
- Introduces a single point of failure if the aggregator goes down
- Adds an extra layer of abstraction that may increase latency
- Limited to MCP protocol servers; cannot aggregate non-MCP services
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
FastMCP
Various
🚀 The fast, Pythonic way to build MCP servers and clients.
firecrawl/firecrawl-mcp-server
Various
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
exa-labs/exa-mcp-server
Various
Exa MCP for web search and web crawling!
upstash/context7
Various
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
googleapis/genai-toolbox
Various
MCP Toolbox for Databases is an open source MCP server for databases.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
