Base
Freeby MCP Community
MCP Framework Library for building MCP servers with Express
v1.0.0-alpha.2Added Apr 12, 2026
mcpmodel-context-protocolframeworkexpress
Base MCP Server
MCP Framework Library for building MCP servers with Express
Installation
Reviews
Installation
Quick install
npx -y @chrom-ar/mcp-base
Add to claude_desktop_config.json
{
"mcpServers": {
"base": {
"command": "npx",
"args": ["-y", "@chrom-ar/mcp-base"]
}
}
}