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.
We have not read this server's code yet, 11 h ago · rules 3dff92dd89df
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.
postinstall: node install.js
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(binPath, process.argv.slice(2), {
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.
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.
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.
claude mcp add mcp-server -- npx -y @pandanpc/mcp-server
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@pandanpc/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@pandanpc/mcp-server"]
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@pandanpc/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@pandanpc/mcp-server"
],
"command": "npx"
}
}
}
Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.
Generate and manage Claude Code configs: CLAUDE.md, skills, agents, hooks, and MCP settings.
Zero-config AI context generation and code quality toolkit with Claude Code Agent Mode support
Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build.
Bridges AI chat interfaces with Claude Code CLI via shared markdown control files.
Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
Memoria personal para Claude Code en notas Markdown; no carga el contexto a ciegas.
Answers built from our own checks of this server.