New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@pandanpc/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandanpc/mcp-server

PandaNpc MCP Server — PandaNote and Agent connection management for Codex, Claude Code, and other MCP clients

Source
npmnpm
Version
0.1.30
Version published
Weekly downloads
234
-64.65%
Maintainers
1
Weekly downloads
 
Created
Source

@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

# stdio mode (default for MCP clients)
pandanpc-mcp

# HTTP/SSE mode
pandanpc-mcp --http --port 3100

Codex configuration

Add this to ~/.codex/config.toml:

[mcp_servers.pandanpc]
command = "pandanpc-mcp"

Available tools

  • get_guide — load only the workflow needed: notes, layouts, schedules, mail, memory or ASC
  • note_layout_guide — choose and write native image galleries (also available as get_guide topic layouts)
  • 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

Account operations require note_login when not already authenticated. Reading guides does not require a note login.

Optional Agent Skill

The package includes skills/pandanpc/SKILL.md and its references. These are the same guide files embedded in the MCP binary, so examples stay aligned with the installed version. MCP-only clients can call get_guide; they do not need filesystem or Skill support.

For a client that supports Agent Skills, explicitly install/copy the package's skills/pandanpc directory to that client's supported skill location. For a global npm installation, the package is under npm root -g plus @pandanpc/mcp-server. Consult your client's skill discovery settings, and refresh this optional copy when updating the MCP. The npm installer does not modify user/project skill directories automatically.

The bundled skill covers public PandaNpc workflows only; it does not contain project-specific machine settings or credentials.

License

MIT © PandaNpc

Keywords

mcp

FAQs

Package last updated on 09 Sep 2026

Related posts