Skip to content
Zed

gbif mcp for Zed

io.github.mrfentmen/gbif-mcp

Use this MCP server to GBIF species taxonomy and biodiversity occurrence search. Tools include...

client:Zed transport:stdio runtime:npm

Install gbif mcp in Zed

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

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

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

gbif mcp in other clients