MCP Server
Maintained
MIT
io.github.andrewschristison/pondlog-ebird MCP Server
io.github.andrewschristison/pondlog-ebird
What is the io.github.andrewschristison/pondlog-ebird MCP server?
eBird MCP server. 21 tools covering eBird API v2: observations, hotspots, checklists, taxonomy.
How to install io.github.andrewschristison/pondlog-ebird
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pondlog-ebird": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pondlog-ebird": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pondlog-ebird": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pondlog-ebird": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}Claude Code
claude mcp add pondlog-ebird -- npx -y @pondlog/mcp-ebirdRelated MCP servers
io.github.andrewschristison/pondlog
Maintained
Aggregate nature MCP. 8 sources: iNat, eBird, NOAA, USGS, NPN, Mushroom Observer, sky, garden.
0
View repository →TypeScript
MIT
iNaturalist MCP server. Wildlife observations, species counts, taxa, and places worldwide.
0
View repository →TypeScript
MIT
Mushroom Observer MCP server. Mycology observations, fungal taxonomy, and region discovery.
0
View repository →TypeScript
MIT
io.github.andrewschristison/pondlog-npn
Maintained
USA National Phenology Network MCP. Bloom, leaf-out, and flight timing from NPN observers.
0
View repository →TypeScript
MIT
io.github.andrewschristison/pondlog-usgs
Maintained
USGS Water Services MCP server. Real-time streamflow, gage height, and site metadata from NWIS.
0
View repository →TypeScript
MIT