PluginBench
MCP Server

Mushi Mushi MCP Server

io.github.kensaurus/mushi-mushi

What is the Mushi Mushi MCP server?

Bug translation for vibe coders: plain-English diagnosis + paste-ready fix in your AI coding agent

How to install Mushi Mushi

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MUSHI_API_KEY
    required
    secret

    Project ingest/admin API key minted in the Mushi console (Settings → API Keys). Scope mcp:read for triage, mcp:write to dispatch fixes.

  • MUSHI_PROJECT_ID

    Project UUID the key belongs to. Optional for single-project account keys.

  • MUSHI_API_ENDPOINT

    Override the API base URL (self-hosted deployments). Defaults to the hosted Mushi Cloud endpoint.

  • MUSHI_FEATURES

    Comma-separated feature groups to expose (triage,fixes,inventory,setup,docs). Defaults to the lean catalog; use 'all' for the full tool set.

  • Authorization
    required
    secret

    Bearer <MUSHI_API_KEY> — a project API key with the mcp:read (and optionally mcp:write) scope.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mushi-mushi": {
      "command": "npx",
      "args": [
        "-y",
        "@mushi-mushi/mcp"
      ],
      "env": {
        "MUSHI_API_KEY": "<YOUR_MUSHI_API_KEY>",
        "MUSHI_PROJECT_ID": "<YOUR_MUSHI_PROJECT_ID>",
        "MUSHI_API_ENDPOINT": "<YOUR_MUSHI_API_ENDPOINT>",
        "MUSHI_FEATURES": "<YOUR_MUSHI_FEATURES>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mushi-mushi": {
      "command": "npx",
      "args": [
        "-y",
        "@mushi-mushi/mcp"
      ],
      "env": {
        "MUSHI_API_KEY": "<YOUR_MUSHI_API_KEY>",
        "MUSHI_PROJECT_ID": "<YOUR_MUSHI_PROJECT_ID>",
        "MUSHI_API_ENDPOINT": "<YOUR_MUSHI_API_ENDPOINT>",
        "MUSHI_FEATURES": "<YOUR_MUSHI_FEATURES>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mushi-mushi": {
      "command": "npx",
      "args": [
        "-y",
        "@mushi-mushi/mcp"
      ],
      "env": {
        "MUSHI_API_KEY": "<YOUR_MUSHI_API_KEY>",
        "MUSHI_PROJECT_ID": "<YOUR_MUSHI_PROJECT_ID>",
        "MUSHI_API_ENDPOINT": "<YOUR_MUSHI_API_ENDPOINT>",
        "MUSHI_FEATURES": "<YOUR_MUSHI_FEATURES>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mushi-mushi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mushi-mushi/mcp"
      ],
      "env": {
        "MUSHI_API_KEY": "<YOUR_MUSHI_API_KEY>",
        "MUSHI_PROJECT_ID": "<YOUR_MUSHI_PROJECT_ID>",
        "MUSHI_API_ENDPOINT": "<YOUR_MUSHI_API_ENDPOINT>",
        "MUSHI_FEATURES": "<YOUR_MUSHI_FEATURES>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Claude Code
claude mcp add mushi-mushi --env MUSHI_API_KEY=<YOUR_MUSHI_API_KEY> --env MUSHI_PROJECT_ID=<YOUR_MUSHI_PROJECT_ID> --env MUSHI_API_ENDPOINT=<YOUR_MUSHI_API_ENDPOINT> --env MUSHI_FEATURES=<YOUR_MUSHI_FEATURES> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @mushi-mushi/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →