Skip to content
Claude Desktop

Muumuu Domain MCP Server for Claude Desktop

io.github.pepabo/muumuu-domain-mcp

Official remote MCP server bridge for Muumuu Domain.

client:Claude Desktop transport:streamable-http

Install Muumuu Domain MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "muumuu-domain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.muumuu-domain.com/mcp"
      ]
    }
  }
}

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

Muumuu Domain MCP Server in other clients