PluginBench
MCP Server

Muumuu Domain MCP Server MCP Server

io.github.pepabo/muumuu-domain-mcp

What is the Muumuu Domain MCP Server MCP server?

Official remote MCP server bridge for Muumuu Domain.

How to install Muumuu Domain MCP Server

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "muumuu-domain-mcp": {
      "url": "https://mcp.muumuu-domain.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "muumuu-domain-mcp": {
      "serverUrl": "https://mcp.muumuu-domain.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "muumuu-domain-mcp": {
      "type": "http",
      "url": "https://mcp.muumuu-domain.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "muumuu-domain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.muumuu-domain.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http muumuu-domain-mcp https://mcp.muumuu-domain.com/mcp

Related MCP servers

Official remote MCP server for Color Me Shop.

View repository →

Official remote MCP server for SUZURI.

View repository →