MCP Middleware Adapter for Express Servers
@Moe03
关于 MCP Middleware Adapter for Express Servers
Run multiple MCP clients on a NodeJS Express server (adapter/middleware)
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-express-adapter": {
"command": "npx",
"args": [
"mcp-express-adapter@latest",
"--host",
"http://localhost:3000/mcp/sse",
"--header",
"Authorization: Bearer 000000"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Middleware Adapter for Express Servers?
It is a lightweight adapter that creates MCP (Model Context Protocol) servers using Express.js, allowing developers to host and serve MCP tools via SSE (Server-Sent Events) on an Express server. It targets developers who need to deploy, scale, and maintain multiple MCP clients efficiently.
How to use MCP Middleware Adapter for Express Servers?
Install via npm with npm install mcp-express-adapter@latest. Then define tools using the mcpTool helper with Zod schemas, create an MCPClient with an endpoint and tools, mount its middleware on an Express app, and connect to the SSE endpoint (e.g., http://localhost:3000/mcp/sse). To test with Claude Desktop, configure mcpServers using npx -y mcp-express-adapter --host <url>.
Key features of MCP Middleware Adapter for Express Servers
- Express middleware integration with SSE transport
- TypeScript‑friendly tool definition using Zod schemas
- Header‑based authorization support
- Multiple MCP clients on different endpoints
- Lightweight design for deploying and scaling MCP servers
- Simplifies hosting many MCP tools in one process
Use cases of MCP Middleware Adapter for Express Servers
- Host weather, calculator, and time tools on separate Express endpoints
- Combine lightweight MCP servers to avoid running many separate processes
- Integrate MCP tools with LangChain agents via
@langchain/mcp-adapters - Serve MCP tools to Claude Desktop or other MCP‑compatible clients
- Scale MCP tools without spawning individual npx sessions for each user
FAQ from MCP Middleware Adapter for Express Servers
How do I install MCP Middleware Adapter for Express Servers?
Install it using npm, yarn, or pnpm: npm install mcp-express-adapter@latest. Note that if installing from a private GitHub Packages registry, you must authenticate.
Does it support WebSocket transport?
Currently only SSE (Server‑Sent Events) is implemented and working. WebSocket support is planned but not yet available.
Can I host multiple MCP clients on the same Express server?
Yes, you can create multiple MCPClient instances, each with a different endpoint (e.g., /weather-mcp, /calculator-mcp), and mount their middleware separately.
How
开发工具 分类下的更多 MCP 服务器
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Grafana MCP server
grafanaMCP server for Grafana
评论