guided-study-desktop-mcp

andgate/guided-study-desktop-mcp
★ 0 stars Go AI/LLM Updated 6d ago
A local MCP server for guided book study and flashcards.
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": {
    "guided-study-desktop": {
      "command": "go",
      "args": [
        "run",
        "github.com/andgate/guided-study-desktop-mcp@latest"
      ]
    }
  }
}

README Excerpt

<img src="cmd/guided-study/assets/tray-icon.png" alt="Guided Study open-book tray icon" width="96"> Guided Study is a local Windows application that gives an LLM deterministic tools for preparing books, navigating rendered pages, persisting independent study sessions, and maintaining revisioned flashcard decks. The LLM teaches; this service owns storage and page delivery.