pondlog ebird for Cursor
io.github.andrewschristison/pondlog-ebird
eBird MCP server. 21 tools covering eBird API v2: observations, hotspots, checklists, taxonomy.
client:Cursor
transport:stdio
runtime:npm
Install pondlog ebird in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pondlog-ebird": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs