PluginBench
MCP Server
Maintained
MIT

io.github.andrewschristison/pondlog-npn MCP Server

io.github.andrewschristison/pondlog-npn

What is the io.github.andrewschristison/pondlog-npn MCP server?

USA National Phenology Network MCP. Bloom, leaf-out, and flight timing from NPN observers.

How to install io.github.andrewschristison/pondlog-npn

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-npn": {
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-npn"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pondlog-npn": {
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-npn"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pondlog-npn": {
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-npn"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pondlog-npn": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-npn"
      ]
    }
  }
}
Claude Code
claude mcp add pondlog-npn -- npx -y @pondlog/mcp-npn

Related MCP servers

Aggregate nature MCP. 8 sources: iNat, eBird, NOAA, USGS, NPN, Mushroom Observer, sky, garden.

0
TypeScript
MIT
View repository →

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

0
TypeScript
MIT
View repository →

DEPRECATED. Use @cropgraph/mcp instead. npx @cropgraph/mcp

0
TypeScript
MIT
View repository →

iNaturalist MCP server. Wildlife observations, species counts, taxa, and places worldwide.

0
TypeScript
MIT
View repository →

Mushroom Observer MCP server. Mycology observations, fungal taxonomy, and region discovery.

0
TypeScript
MIT
View repository →

USGS Water Services MCP server. Real-time streamflow, gage height, and site metadata from NWIS.

0
TypeScript
MIT
View repository →