@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.
Installation
npm install -g @pandanpc/mcp-server
The postinstall script downloads the matching Rust binary for your platform from https://cos.pandanpc.com/mcp-server/.
Supported platforms
- Linux x64
- macOS x64 (Intel)
- macOS arm64 (Apple Silicon)
- Windows x64
Claude Code configuration
Edit ~/.config/claude-code/config.json (or the platform equivalent):
{
"mcpServers": {
"pandanpc": {
"command": "pandanpc-mcp"
}
}
}
CLI usage
pandanpc-mcp
pandanpc-mcp --http --port 3100
Codex configuration
Add this to ~/.codex/config.toml:
[mcp_servers.pandanpc]
command = "pandanpc-mcp"
Available tools
note_login — log in to your PandaNpc account
list_workspaces / create_workspace / update_workspace / delete_workspace
list_notes / create_note / read_note / update_note / delete_note / move_note_to_workspace
search_notes — title + full-text + semantic search
generate_note_title — AI-generated title and icon
list_providers / create_provider / update_provider / delete_provider
list_models / list_model_types / create_model / update_model / delete_model
list_agent_connections — inspect Claude Code / Codex / PandaCode connections without exposing relay tokens
create_agent_connection — idempotently create a connection; current-machine PandaPaw credentials are auto-detected
list_scheduled_tasks / create_scheduled_task / update_scheduled_task / toggle_scheduled_task / delete_scheduled_task
sync_rules — sync .claude/rules/ and .claude/skills/ Markdown files to PandaNote
Call note_login first to authenticate.
License
MIT © PandaNpc