MCP server for AI eBook generation
Connect Scrivibe to ChatGPT, Claude, Perplexity, Cursor, or any MCP-compatible assistant. Ask for a book in plain English — get a complete, multi-chapter EPUB back. Setup in 30 seconds, no API key required.
Try Scrivibe freeExample conversation
What talking to your AI looks like
How it works
Connect once
Add Scrivibe to your AI client's MCP config. Takes 30 seconds. No API key — the server is open for anyone to connect.
Ask for a book
Talk to your AI normally. "Write a 10-chapter romance about second chances" or "Generate a self-help book on focus."
Download the EPUB
Your AI handles payment, watches generation progress, and returns a download link when the book is ready.
MCP Server for AI Assistants
Connect Scrivibe directly to Claude, Cursor, or any MCP-compatible AI assistant.
What is MCP?
Model Context Protocol (MCP) is an open standard that lets AI assistants securely connect to external tools and services. Instead of opening Scrivibe in a browser, you can ask your AI assistant in plain language — "write me a 12-chapter mystery novel" — and it talks to Scrivibe for you.
Setup
- Open your MCP client's config file
- Add the configuration block below
- Restart your AI client
Cursor / Windsurf / Claude Code
{
"mcpServers": {
"scrivibe": {
"type": "http",
"url": "https://www.scrivibe.com/mcp"
}
}
}
Claude Desktop
{
"mcpServers": {
"scrivibe": {
"command": "npx",
"args": [
"mcp-remote",
"https://www.scrivibe.com/mcp"
]
}
}
}
Requires Node.js installed.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Cursor: Settings → Features → MCP Servers. Other clients: check their docs for MCP server config.
Available tools
list_genresBrowse genres and themes available in Scrivibegenerate_ebookStart a generation job and get a payment linkget_job_statusPoll live progress as chapters completedownload_epub_urlGet a fresh signed download link anytimeretry_jobRequeue a failed generation at no extra cost