Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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).

Lo que la gente pregunta sobre mcp-server

¿Qué es pandanpc-inc/mcp-server?

+

pandanpc-inc/mcp-server es mcp servers para el ecosistema de Claude AI. PandaNpc MCP Server — PandaNote, scheduled tasks & agent connections for Claude Code, Codex, Cursor (prebuilt binaries) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-24.

¿Cómo se instala mcp-server?

+

Puedes instalar mcp-server clonando el repositorio (https://github.com/pandanpc-inc/mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar pandanpc-inc/mcp-server?

+

Nuestro agente de seguridad ha analizado pandanpc-inc/mcp-server y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene pandanpc-inc/mcp-server?

+

pandanpc-inc/mcp-server es mantenido por pandanpc-inc. La última actividad registrada en GitHub es del 2026-08-24, con 0 issues abiertos.

¿Hay alternativas a mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a mcp-server