1MCP Agent

1MCP Agent

1mcp-app

Aggregates multiple MCP servers into a single unified interface to reduce resource usage and simplify configuration management. Instead of running multiple separate MCP servers, you can manage them all through one server instance.

Aggregates multiple MCP servers into a single unified interface, reducing system resource usage and simplifying configuration management with dynamic reloading and tag-based filtering capabilities.

391676 views47Local (stdio)

What it does

  • Aggregate multiple MCP servers into one interface
  • Configure servers through a single JSON file
  • Hot-reload configurations without restarting
  • Filter servers by tags
  • Monitor server health with built-in endpoints
  • Authenticate with OAuth 2.1 and scope-based authorization

Best for

Developers managing multiple MCP servers across different AI clientsTeams wanting to reduce system resource overheadProduction environments requiring centralized MCP management
Reduces resource usage vs running separate serversHot-reload configuration changesProduction-ready with OAuth 2.1 security

About 1MCP Agent

1MCP Agent is a community-built MCP server published by 1mcp-app that provides AI assistants with tools and capabilities via the Model Context Protocol. 1MCP Agent simplifies configuration management by unifying MCP servers, lowering resource use, and enabling dynamic conf It is categorized under developer tools.

How to install

You can install 1MCP Agent in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

1MCP Agent is released under the Apache-2.0 license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

1MCP - One MCP Server for All

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

NPM Version NPM Downloads CodeQl GitHub Repo stars 1MCP Docs DeepWiki NPM License

Overview

1MCP (One MCP) is designed to simplify the way you work with AI assistants. Instead of configuring multiple MCP servers for different clients (Claude Desktop, Cherry Studio, Cursor, Roo Code, Claude, etc.), 1MCP provides a single, unified server.

Features

  • ๐Ÿ”„ Unified Interface: Aggregates multiple MCP servers into one
  • ๐Ÿ”’ OAuth 2.1 Authentication: Production-ready security with scope-based authorization
  • โšก High Performance: Efficient request forwarding with proper error handling
  • ๐Ÿ›ก๏ธ Security First: Stdio transport isolation, input sanitization, and comprehensive audit logging
  • ๐Ÿ”ง Easy Configuration: Single JSON configuration file with hot-reload support
  • ๐Ÿ“ˆ Health Monitoring: Built-in health check endpoints for monitoring and observability

Quick Start

1. Install 1MCP

Binary (Recommended - No Node.js Required):

# Linux/macOS
curl -L https://github.com/1mcp-app/agent/releases/latest/download/1mcp-linux-x64.tar.gz | tar -xz
sudo mv 1mcp /usr/local/bin/

# Windows (PowerShell)
Invoke-WebRequest -Uri "https://github.com/1mcp-app/agent/releases/latest/download/1mcp-win32-x64.zip" -OutFile "1mcp.zip"
Expand-Archive -Path "1mcp.zip" -DestinationPath "."

NPM:

npx -y @1mcp/agent --help

2. Add MCP Servers

1mcp mcp add context7 -- npx -y @upstash/context7-mcp
1mcp mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem ~/Documents

3. Start the Server

1mcp

4. Connect Your AI Assistant

For Cursor, add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "1mcp": {
      "url": "http://127.0.0.1:3050/mcp?app=cursor"
    }
  }
}

Install MCP Server to Cursor

For VSCode, add to settings.json:

{
  "servers": {
    "1mcp": {
      "url": "http://127.0.0.1:3050/mcp?app=vscode"
    }
  }
}

Install MCP Server to VSCode

For Claude Code:

claude mcp add -t http 1mcp "http://127.0.0.1:3050/mcp?app=claude-code"

That's it! All your MCP servers are now available through one unified endpoint. ๐ŸŽ‰

Commands

Core Commands

  • 1mcp [serve] - Start the 1MCP server (default command)
  • 1mcp mcp add <name> - Add a new MCP server to configuration
  • 1mcp mcp list - List all configured MCP servers
  • 1mcp mcp status [name] - Show server status and details

For detailed command usage, run: 1mcp <command> --help

Documentation

๐Ÿ“š Complete Documentation - Comprehensive guides, API reference, and examples

Key Topics

How It Works

1MCP acts as a proxy, managing and aggregating multiple MCP servers. It starts and stops these servers as subprocesses and forwards requests from AI assistants to the appropriate server. This architecture allows for a single point of entry for all MCP traffic, simplifying management and reducing overhead.

Contributing

Contributions are welcome! Please read our CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

Alternatives

Related Skills

Browse all skills
ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

6
ydc-ai-sdk-integration

Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.

2
crewai-developer

Comprehensive CrewAI framework guide for building collaborative AI agent teams and structured workflows. Use when developing multi-agent systems with CrewAI, creating autonomous AI crews, orchestrating flows, implementing agents with roles and tools, or building production-ready AI automation. Essential for developers building intelligent agent systems, task automation, and complex AI workflows.

2
ydc-claude-agent-sdk-integration

Integrate Claude Agent SDK with You.com HTTP MCP server for Python and TypeScript. Use when developer mentions Claude Agent SDK, Anthropic Agent SDK, or integrating Claude with MCP tools.

0
ui-ux-expert-skill

Technical workflow for implementing accessible React user interfaces with shadcn/ui, Tailwind CSS, and TanStack Query. Includes 6-phase process with mandatory Style Guide compliance, Context7 best practices consultation, Chrome DevTools validation, and WCAG 2.1 AA accessibility standards. Use after Test Agent, Implementer, and Supabase agents complete their work.

66
ui-design-system

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

18