deckhand

bentoware/deckhand
★ 0 stars Python AI/LLM Updated 2d ago
Anki add-on exposing a local MCP server so AI assistants like Claude and Codex can inspect and operate your collection
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "deckhand": {
      "command": "uvx",
      "args": [
        "deckhand"
      ]
    }
  }
}

Or install with pip: pip install deckhand

README Excerpt

<p align="center"> <img src="docs/assets/deckhand-hero.jpg" alt="Deckhand — a young sailor at the ship's wheel, spyglass over his shoulder, a glowing star-box on the chart table" width="100%" /> </p> <h1 align="center">Deckhand</h1> <p align="center"><em>Resourceful. Loyal. Always on watch.</em></p> <p align="center"><a href="https://deckhandforanki.com"><strong>deckhandforanki.com</strong></a></p>