mcpbeat Sign in

Pandanpc MCP Server

local only

Pandanpc runs on your own machine — the client starts it, so there is no endpoint to ping. 1 260 installs a week from npm. Last commit 24 Aug 2026.

Remote-control Claude Code, plus PandaNote notes, AI model configs & scheduled tasks.

Installs per day peak 494 · avg 94 · +1300% w/w
a month agotoday
1 260
Installs / week
npm · @pandanpc/mcp-server
0
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] index.js:1, [пакет] install.js:1, [пакет] binary-name.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] index.js:21
const child = spawn(binPath, process.argv.slice(2), {
Builds a file path from a variable [пакет] index.js:13
const binPath = path.join(__dirname, 'bin', binName)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp-server -- npx -y @pandanpc/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@pandanpc/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@pandanpc/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@pandanpc/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@pandanpc/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pandanpc

same job, measured the same way
modelmux
by pure-maple

Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.

304 installs/wk local only
Ccboot MCP Server
by rcolkitt

Generate and manage Claude Code configs: CLAUDE.md, skills, agents, hooks, and MCP settings.

52 installs/wk local only
I
Pmat Agent
by paiml

Zero-config AI context generation and code quality toolkit with Claude Code Agent Mode support

local only
AI Worlds CLI Knowledge
by claude-world

Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build.

12 tools answering
Syncbridge MCP
by rehmansherazi

Bridges AI chat interfaces with Claude Code CLI via shared markdown control files.

35 installs/wk local only
Amicus
by bourbondog

Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.

1 721 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

84 installs/wk local only
Bovedia
by jmpdsevilla

Memoria personal para Claude Code en notas Markdown; no carga el contexto a ciegas.

257 installs/wk local only

Pandanpc — questions

Answers built from our own checks of this server.

Why is there no uptime for Pandanpc?
Pandanpc 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 @pandanpc/mcp-server was installed 1 260 times last week.
How do I connect Pandanpc?
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 @pandanpc/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Pandanpc?
The npm package @pandanpc/mcp-server was installed 1 260 times in the last week. Week over week that is +1300%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pandanpc open source?
Yes — 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.