MCP Router

MCP Router

Enables AI clients to manage multiple accounts per provider (e.g., Notion workspaces, GitHub identities) through a single MCP endpoint, with sticky account selection and context switching.

Category
访问服务器

README

MCP Router

One MCP server. Unlimited accounts. (working title — see naming note below)

MCP Router is a local-first, open-source MCP server that sits between an AI client (Claude Desktop, Cursor, …) and your other MCP servers, and solves one problem exceptionally well: multiple accounts per provider — three Notion workspaces, two GitHub identities, several Slack teams — through a single MCP endpoint, with account selection that feels native to the model.

MCP Router: one user with work-1, work-2 and personal contexts, routed through one MCP server to multiple Notion and Slack accounts

In plain terms: AI tools like Claude can connect to apps such as Notion or Slack, but each connection only knows about one account — and most people have several. Two jobs, a client, a personal life. Instead of installing the same connector three times and drowning in duplicate tools, you install the router once and tell it about all your accounts. To the AI it looks like a single, ordinary connection; behind the scenes the router quietly holds one connection per account and delivers each request to the right one. You choose where things go the way you'd tell a colleague — "use my work-1 stuff for now", "actually, search my personal Notion" — or group whole setups into contexts, so switching from work-1 to personal flips Notion, Slack, and everything else in one move. Every reply says which account it used, so nothing lands in the wrong workspace silently, and adding a new account is just a few lines in a config file — the running router picks it up the moment you save.

Works with any MCP client

The router speaks plain, standards-track MCP on both sides — there is nothing Claude-specific in the contract (a deliberate constraint; see ADR-012). The account parameter is ordinary JSON Schema, the "which account?" prompt is an ordinary text result, and switch_account/switch_context are ordinary tools. Claude Desktop, Cursor, Windsurf, Zed, VS Code, or a homegrown agent on any model can all sit upstream. Two qualifiers: the experience scales with the model (reading the enum, obeying the ask-message, and fanning out across accounts are model behaviors — weaker models just get asked more often), and each client has its own ritual for registering a local stdio server.

Design philosophy

Invisible plumbing, visible decisions. The router presents the model with a single coherent identity layer; the machinery stays hidden, but which account a request was routed to — especially a write — is always visible.

Status

v0.2. v0.1 was validated in production (Claude Desktop, three live Notion workspaces — see the ADR-003 validation note). Architecture is recorded in docs/adr — start with ADR-000 and the index.

npm install && npm run build
node dist/cli/index.js init       # writes ~/.config/mcp-router/config.yaml
node dist/cli/index.js validate
node dist/cli/index.js run        # speaks MCP on stdio
node dist/cli/index.js stats      # metrics snapshot of the running router
npm test                          # 40 tests incl. InMemoryTransport e2e

Working today: config schema + validation, downstream stdio/HTTP clients with graceful per-account failure, tool merging with the injected account enum, the five-step route resolver (explicit > sticky > context > singleton > ask), account markers on implicit routes, switch_account/current_account sticky defaults, cross-provider contexts (switch_context/current_context/ list_contexts), config hot reload (save the file — changed accounts reconnect and the tool list updates live; a broken save keeps the last known good config), auth-aware account health in list_accounts, router stats (persisted metrics snapshot), router providers|accounts|contexts, router init --import from claude_desktop_config.json, and router secret set/rm (OS keychain, hidden input).

Milestones:

  • v0.1 (shipped) — multiple accounts, one provider; merged virtual tools; explicit account parameter; router init|validate|run.
  • v0.2 (shipped) — sticky active account, per-account call health, router stats.
  • v0.3 (this) — cross-provider contexts surfaced as tools; config hot reload; expanded CLI.
  • Next — Streamable HTTP upstream (per-session state via Mcp-Session-Id, URL-based client wiring).

Naming: "MCP Router" describes the mechanism, not the concept; a rename is deliberately deferred until pre-v1 (cheap then, a distraction now).

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选