Bindery

evdboom/Bindery
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Writing assisting VS code extension and linked MCP server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bindery": {
      "command": "npx",
      "args": [
        "-y",
        "evdboom/Bindery"
      ]
    }
  }
}

README Excerpt

Markdown book authoring toolkit: a **VS Code extension** for typography formatting and multi-format export, paired with an **MCP server** for full-text search and AI assistant integration. This project started as a personal writing tool, born out of frustration with the copy-paste loop that most AI-assisted writing ends up as.