npm @pandanpc/mcp-serverstdioupdated 15d ago
PandaNpc MCP Server — expose PandaNote, workspaces, AI models, scheduled tasks, and Agent connection management to Codex, Claude Code, Cursor, Windsurf, and other MCP clients.
¿Qué puedes hacer con pandanpc?
PandaNpc MCP Server
PandaNpc MCP Server — expose PandaNote, workspaces, AI models, scheduled tasks, and Agent connection management to Codex, Claude Code, Cursor, Windsurf, and other MCP clients.
Homepage: https://pandanpc.com · npm: @pandanpc/mcp-server
Installation
npm install -g @pandanpc/mcp-server
The postinstall script downloads the matching prebuilt binary for your platform (Linux x64, macOS x64/arm64, Windows x64).
Claude Code
claude mcp add pandanpc -- pandanpc-mcp
Or in config JSON:
{
"mcpServers": {
"pandanpc": { "command": "pandanpc-mcp" }
}
}
Codex
~/.codex/config.toml:
[mcp_servers.pandanpc]
command = "pandanpc-mcp"
Cursor / Windsurf
Add an MCP server with command pandanpc-mcp (stdio). HTTP/SSE mode: pandanpc-mcp --http --port 3100.
Available tools
note_login— log in to your PandaNpc account- Workspaces:
list_workspaces/create_workspace/update_workspace/delete_workspace - Notes:
list_notes/create_note/read_note/update_note/delete_note/search_notes(full-text + semantic) /generate_note_title - AI models & providers:
list_models/create_model/list_providers/create_provider/ … - Agent connections:
list_agent_connections/create_agent_connection— manage Claude Code / Codex / PandaCode remote connections - Scheduled tasks:
list_scheduled_tasks/create_scheduled_task/toggle_scheduled_task/ … sync_rules— sync.claude/rules/and.claude/skills/Markdown to PandaNote
Call note_login first to authenticate.
About
This repository hosts documentation and issue tracking for the PandaNpc MCP server. The server ships as prebuilt binaries via the npm installer above (installer is MIT-licensed; the binary is proprietary freeware). Learn more at pandanpc.com.
Instalación
Añade pandanpc a tu cliente. Elige el que uses.
claude mcp add mcp-server -- npx -y @pandanpc/mcp-servercodex mcp add mcp-server -- npx -y @pandanpc/mcp-serveramp mcp add mcp-server -- npx -y @pandanpc/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pandanpc/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pandanpc/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server","command":"npx","args":["-y","@pandanpc/mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pandanpc/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pandanpc/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pandanpc/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@pandanpc/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@pandanpc/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @pandanpc/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
2 herramientas
pandanpc expone 2 herramientas a un agente conectado.
- note_login
- log in to your PandaNpc account
- sync_rules
- sync `.claude/rules/` and `.claude/skills/` Markdown to PandaNote
Puntuación
66 / 100
Buena
- Documentación22/25
- Mantenimiento19/25
- Confianza9/20
- Capacidad4/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.22Última | 25 ago 2026 |