bilingual_book_maker (MCP Server)

GitHub

Make bilingual epub books Using AI translate

9,433 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "bilingual_book_maker": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bilingual_book_maker"
      ]
    }
  }
}