Skip to content
VS Code

Gbif for VS Code

io.github.pipeworx-io/gbif

GBIF MCP — wraps the Global Biodiversity Information Facility API v1 (free, no auth)

client:VS Code transport:streamable-http

Install Gbif in VS Code

.vscode/mcp.json

{
  "servers": {
    "gbif": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/gbif/mcp"
    }
  }
}

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

Gbif in other clients