pondlog npn for Cursor
io.github.andrewschristison/pondlog-npn
USA National Phenology Network MCP. Bloom, leaf-out, and flight timing from NPN observers.
client:Cursor
transport:stdio
runtime:npm
Install pondlog npn in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pondlog-npn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-npn"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs