planbook-mcp

hernan0078/planbook-mcp
★ 0 stars TypeScript AI/LLM Updated today
Token-efficient MCP server for one-call Planbook lesson creation, formatting, replacement, and verification
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "planbook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hernan0078/planbook-mcp"
      ]
    }
  }
}

README Excerpt

An unofficial, token-efficient MCP server for creating and updating lessons in Version 2 is designed around one agent action: pass the date, period, and raw lesson plan to `upsert_lesson`. The server handles class lookup, existing-lesson lookup, formatting, replacement, saving, and verification. - One normal tool call instead of `get_classes` → `get_lessons` → HTML generation → `save_lesson`.

Tools (9)

PLANBOOK_CHROME_PROFILEPLANBOOK_COOKIE_FILEPLANBOOK_ID_TOKENPLANBOOK_KEYCHAIN_ACCOUNTPLANBOOK_KEYCHAIN_SERVICEPLANBOOK_REFRESH_SCRIPTget_lessonlist_classesupsert_lesson