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.
MUSHI_API_KEYrequiredsecretProject ingest/admin API key minted in the Mushi console (Settings → API Keys). Scope mcp:read for triage, mcp:write to dispatch fixes.
MUSHI_PROJECT_IDProject UUID the key belongs to. Optional for single-project account keys.
MUSHI_API_ENDPOINTOverride the API base URL (self-hosted deployments). Defaults to the hosted Mushi Cloud endpoint.
MUSHI_FEATURESComma-separated feature groups to expose (triage,fixes,inventory,setup,docs). Defaults to the lean catalog; use 'all' for the full tool set.
AuthorizationrequiredsecretBearer <MUSHI_API_KEY> — a project API key with the mcp:read (and optionally mcp:write) scope.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.