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 free
Works with:

Example conversation

What talking to your AI looks like

Try this prompt:

How it works

1

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.

2

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."

3

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

  1. Open your MCP client's config file
  2. Add the configuration block below
  3. 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.

Where to put this?
Claude Desktop: ~/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 Scrivibe
generate_ebookStart a generation job and get a payment link
get_job_statusPoll live progress as chapters complete
download_epub_urlGet a fresh signed download link anytime
retry_jobRequeue a failed generation at no extra cost

Example prompts

"Write a 10-chapter romance novel about second chances in a small coastal town"
"Generate a self-help book on deep focus with 8 practical chapters"
"Make a children's bedtime story about a fox who learns to share, 6 short chapters"
"Check the status of my last Scrivibe job and send me the download link"