Make bilingual epub books Using AI translate
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bilingual_book_maker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bilingual_book_maker"
]
}
}
}