Skip to content
Claude Desktop

mcp fleet for Claude Desktop

io.github.gavinlee1/mcp-fleet

12 MCP tools: invoice→JSON, text→SQL, PII redaction, regex & more. Free to try, pay per call.

client:Claude Desktop transport:sse

Install mcp fleet in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-fleet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-fleet.nebula-labs.online/mcp/sse?src=mcp_registry"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

mcp fleet in other clients