mcpbeat Sign in

Pondlog Npn MCP Server

local only

Pondlog Npn runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 13 Aug 2026.

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

Installs per day peak 14 · avg 5 · +54% w/w
a month agotoday
31
Installs / week
npm · @pondlog/mcp-npn
0
Stars
4 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pondlog Npn every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pondlog-npn -- npx -y @pondlog/mcp-npn
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pondlog-npn": {
      "args": [
        "-y",
        "@pondlog/mcp-npn"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pondlog-npn]
command = "npx"
args = ["-y", "@pondlog/mcp-npn"]
.cursor/mcp.json
{
  "mcpServers": {
    "pondlog-npn": {
      "args": [
        "-y",
        "@pondlog/mcp-npn"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pondlog-npn": {
      "args": [
        "-y",
        "@pondlog/mcp-npn"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pondlog Npn

same job, measured the same way
MaBoSS Boolean Network Simulator
by marcorusc

MCP server for Boolean network simulation and attractor analysis using MaBoSS

local only
NeKo Biological Network Builder
by marcorusc

MCP server for biological network construction and analysis using pathway databases

local only
eNSP Nexus
by quwentao2005

MCP server and web terminal for Huawei eNSP network simulation.

139 installs/wk local only
Neural MCP
by andylbrummer

GPU-accelerated MCP server for neural network training, deep learning, and model experimentation

70 installs/wk local only
Orderly MCP
by orderlynetwork

MCP Server for Orderly Network - Documentation and SDK patterns

80 installs/wk local only
Network Sketcher (Local MCP)
by cisco-open

AI-native MCP server to design and manage Cisco network diagrams (L1/L2/L3, PPT/SVG) from LLMs.

local only
Pondlog Mushroomobserver
by andrewschristison

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

29 installs/wk local only
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

48 installs/wk local only

Pondlog Npn — questions

Answers built from our own checks of this server.

Why is there no uptime for Pondlog Npn?
Pondlog Npn runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pondlog/mcp-npn was installed 31 times last week.
How do I connect Pondlog Npn?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pondlog/mcp-npn straight from npm; nothing to host, nothing to sign up for.
How many people use Pondlog Npn?
The npm package @pondlog/mcp-npn was installed 31 times in the last week. Week over week that is +54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pondlog Npn open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.