Skip to content
VS Code

brainrot mcp for VS Code

io.github.mrfentmen/brainrot-mcp

Use this MCP server to decodes internet slang, brainrot terms, and niche subculture vocabulary....

client:VS Code transport:stdio runtime:npm

Install brainrot mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "brainrot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/brainrot-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

brainrot mcp in other clients