Skip to content
VS Code

pondlog ebird for VS Code

io.github.andrewschristison/pondlog-ebird

eBird MCP server. 21 tools covering eBird API v2: observations, hotspots, checklists, taxonomy.

client:VS Code transport:stdio runtime:npm

Install pondlog ebird in VS Code

.vscode/mcp.json

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

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

pondlog ebird in other clients