
Now you can write a full eBook in ChatGPT, Claude, Perplexity or Cursor — and get the EPUB back in minutes (and what its costs)
Not sure if this is widely known, but there's an MCP server (Scrivibe) that turns any MCP-compatible AI assistant into a full eBook generator. You type a prompt, the AI calls the tool, and a few minutes later you have a complete, multi-chapter EPUB ready to download... cover included!
It works in ChatGPT, Claude Desktop, Perplexity, Cursor, Windsurf, Zed... basically anything that supports MCP.
What it actually does:
- You ask your AI something like "Write a 10-chapter self-help book about building focus habits"
- The assistant calls the Scrivibe MCP tool behind the scenes
- It generates a full chapter framework, then writes each chapter with research
- It automatically generates a book cover to go with it
- Your AI handles payment automatically and returns a download link when it's done
What it costs: $0.45 per chapter. A 10-chapter book is $4.50, a 12-chapter novel is $5.40. Not free — but compare that to a ghostwriter ($2k–$10k), a Reedsy editor ($1k+), or even just 10 hours of your own time. For a formatted, downloadable EPUB you can actually publish, it's reasonable.
Setup takes about 30 seconds. Add this to your MCP config:
{
"mcpServers": {
"scrivibe": {
"command": "npx",
"args": ["mcp-remote", "https://www.scrivibe.com/mcp"]
}
}
}
Restart your client and you're done.
The tools it exposes to your AI:
list_genres:AI picks the right content type and themegenerate_ebook:kicks off the job and returns a payment linkget_job_status:polls live progress as chapters completedownload_epub_url:returns the signed download link when ready
I tried it in Claude Desktop with "Write a beginner's guide to stoicism in 8 chapters, conversational tone", got back a properly formatted EPUB with a cover in about 9 minutes for $3.60. The chapters are coherent across the whole book, not just isolated AI outputs stitched together.
Full guide: https://www.scrivibe.com/mcp-guide