Skip to content
VS Code

gbif mcp for VS Code

io.github.mrfentmen/gbif-mcp

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

client:VS Code transport:stdio runtime:npm

Install gbif mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "gbif-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gbif-mcp"
      ]
    }
  }
}

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

gbif mcp in other clients