Express
Freeby MCP Community
Express server utilities for MCP server hosting
v2.2.5Added Apr 12, 2026
Express MCP Server
Express server utilities for MCP server hosting
Installation
Reviews
Installation
Quick install
npx -y @fractal-mcp/mcp-express
Add to claude_desktop_config.json
{
"mcpServers": {
"express": {
"command": "npx",
"args": ["-y", "@fractal-mcp/mcp-express"]
}
}
}