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.
What can you do with 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.
Install
Add pandanpc to your client. Pick the one you use.
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 tools
pandanpc exposes 2 tools to a connected agent.
- note_login
- log in to your PandaNpc account
- sync_rules
- sync `.claude/rules/` and `.claude/skills/` Markdown to PandaNote
Score
66 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability4/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 0.1.22Latest | Aug 25, 2026 |