Skip to content
Zed

bulbapedia mcp for Zed

io.github.mrfentmen/bulbapedia-mcp

Keyless MCP server for Bulbapedia, the Pokemon encyclopedia: species, moves, abilities,...

client:Zed transport:stdio runtime:npm

Install bulbapedia mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "bulbapedia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bulbapedia-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

bulbapedia mcp in other clients