Skip to main content
ClaudeWave

PandaNpc MCP Server — PandaNote, scheduled tasks & agent connections for Claude Code, Codex, Cursor (prebuilt binaries)

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/pandanpc-inc/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/pandanpc-inc/mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# 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`](https://www.npmjs.com/package/@pandanpc/mcp-server)

## Installation

```bash
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

```bash
claude mcp add pandanpc -- pandanpc-mcp
```

Or in config JSON:

```json
{
  "mcpServers": {
    "pandanpc": { "command": "pandanpc-mcp" }
  }
}
```

## Codex

`~/.codex/config.toml`:

```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](https://pandanpc.com).

What people ask about mcp-server

What is pandanpc-inc/mcp-server?

+

pandanpc-inc/mcp-server is mcp servers for the Claude AI ecosystem. PandaNpc MCP Server — PandaNote, scheduled tasks & agent connections for Claude Code, Codex, Cursor (prebuilt binaries) It has 0 GitHub stars and its last recorded update is dated 2026-08-24.

How do I install mcp-server?

+

You can install mcp-server by cloning the repository (https://github.com/pandanpc-inc/mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is pandanpc-inc/mcp-server safe to use?

+

Our security agent has analyzed pandanpc-inc/mcp-server and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains pandanpc-inc/mcp-server?

+

pandanpc-inc/mcp-server is maintained by pandanpc-inc. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.

Are there alternatives to mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: pandanpc-inc/mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pandanpc-inc-mcp-server)](https://claudewave.com/repo/pandanpc-inc-mcp-server)
<a href="https://claudewave.com/repo/pandanpc-inc-mcp-server"><img src="https://claudewave.com/api/badge/pandanpc-inc-mcp-server" alt="Featured on ClaudeWave: pandanpc-inc/mcp-server" width="320" height="64" /></a>

More MCP Servers

mcp-server alternatives