Skip to content

Express

Free

by MCP Community

Express server utilities for MCP server hosting

v2.2.5Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Express MCP Server

Express server utilities for MCP server hosting

Installation

Reviews

Leave a Review

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"]
    }
  }
}