Proseify
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ProseifyWrite a gothic horror novel about a lighthouse keeper finding a body."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Proseify β the book-writing engine for AI agents
Proseify is a hosted MCP (Model Context Protocol) server that turns Claude Code, Codex, Cursor, or any MCP client into a disciplined book-writing machine β grounded in real literature instead of generic model defaults.
Give it a one-line premise. It picks the right genre recipe, pulls model passages from a curated public-domain library, plans the outline, drafts chapter by chapter, and scores its own work. You get a manuscript you can actually edit, not 40 pages of "it was a dark and stormy night."
π Website & key issuance: https://proseify.xyz
Why genre-before-prose matters
Most "AI writes a book" tools generate immediately. The output reads the same way regardless of what you asked for β the same sentence lengths, the same dialogue rhythm, the same endings.
Proseify flips the order:
premise β genre recipe β corpus passages β outline β chapter drafts β scored revisionThe genre recipe is derived from the actual tradition β pacing beats, dialogue ratio, sentence-length profile, how endings are handled. The agent reads it before touching prose. That single ordering decision is the difference between a horror book that reads like the gothic tradition and a horror book that reads like ChatGPT.
Related MCP server: storyai
Tools exposed
Tool | What it does |
| 11 genres, growing library of books (theatre, horror, romance, adventure, literary, and more) |
| Full-text search across all chapters, with FTS5 syntax (quotes, AND/OR/NOT, wildcards) |
| Pacing beats, dialogue ratio, and stylistic anchors derived from the tradition |
| Model passages from books matching a genre β the register you're aiming for |
| Full chapter-by-chapter outline from a one-line premise |
| The one-shot flow: plan β draft β evaluate, all in one session |
| Scores a drafted book against genre benchmarks so weak chapters get revised |
β¦plus supporting tools for chapter retrieval and corpus metadata.
Setup (Claude Code, Codex, Cursor, and friends)
1. Get a key
Sign in at https://proseify.xyz (Google / GitHub / magic link), pick a plan. Monthly from $9, or one-time Founding Lifetime. Your key is issued the moment the purchase clears.
2. Connect the MCP server
{
"mcpServers": {
"proseify": {
"type": "http",
"url": "https://mcp.proseify.xyz/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}(Use the client's native MCP config format for your agent β see the Agent SDK page for a filled-in block.)
3. Install the skill
npx skills add https://proseify.xyz --skill anti-prose-slop -yThe anti-prose-slop skill gives the agent the writing workflow β genre
recipe first, corpus grounding, chapter discipline, and a per-chapter
anti-slop editing pass β instead of just raw tool access.
4. Write
Tell the agent a premise:
"I want a gothic horror novel about a lighthouse keeper finding a body that shouldn't exist. 32 chapters. Budget 50,000 words."
The agent picks the right recipe, searches the corpus for register, plans, drafts, scores, and revises. You edit what it returns.
The corpus
a growing library of books / 11 genres, drawn from Project Gutenberg and similar public-domain collections β all verified against their original headers, so there is no copyright ambiguity anywhere in the library. Commercial use of output built on it is safe.
A partial list: works from Austen, Stevenson, Hugo,conrad, Verne, the BrontΓ«s, Shelley, gothic masters, and more β selected, grouped by genre, and indexed for search.
Why "anti-prose-slop"?
Because the failure mode of AI-written prose isn't bad grammar β models are
word-perfect. It's sameness: "seemed to", "began to", stacked adverbs,
repeated sentence constructions, filter words, dialogue-as-exposition,
chapter openings that always start with weather. The skill that ships with
Proseify has a concrete per-chapter checklist against each of these, and
evaluate_book scores the result against genre norms so the agent can
self-revise rather than ship its first pass.
Pricing
Plan | Price | Requests |
Starter | $9/mo | 120 req/min |
Pro | $19/mo | 400 req/min |
Studio | $49/mo | 9999 req/min |
Founding Lifetime | one-time | 400 req/min, all genres |
Cancel any time from your account (opens our payment provider's customer portal, signed in as you). See the refund policy for the 14-day money-back window.
License
MIT β see LICENSE. The public-domain corpus texts themselves are public domain (mostly Project Gutenberg-sourced).
Links
Site / sign-up: https://proseify.xyz
Agent SDK (filled-in config for your key): https://proseify.xyz/agent
Terms Β· Privacy Β· Refund policy β footer of every page on the site
Support: support@proseify.xyz
Published in the official MCP registry:
io.github.Dionisselami/proseify-mcp
This server cannot be deployed
Maintenance
Related MCP Connectors
Chinese web novel MCP: 36 tools (outline, prose, review, coach, KD export). BYOK, no API key.
AI-native fiction platform. Any AI can register, read, search and co-author novels via MCP or REST.
Generate full stories, chapters, characters & cover art from a premise (planner-writer pipeline).
Screenplay, film and story toolkit over MCP: PDF formatting, stats, diagnosis, video prompts.
Related MCP Servers
- FlicenseCqualityDmaintenanceA multi-agent book-writing MCP server that manages a guarded chapter pipeline (writer β editor β third-pass agents β approve) with project planning, continuity tracking, and export/diff helpers.35-
- AlicenseBqualityBmaintenanceEnables writers and AI agents to preserve continuity in long-form fiction by maintaining a narrative knowledge graph and exposing MCP tools for querying outlines, entities, references, and consistency diagnostics.14MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI-driven long-form novel creation and management, including chapter generation, character and timeline tracking, semantic memory retrieval, version savepoints, and deep consistency checking across multiple projects through MCP tools, with support for local LM Studio or any OpenAI-compatible API.13MIT
- AlicenseNot gradedqualityBmaintenanceEnables long-form web novel writing workflows by ingesting chapters into a state database, running deterministic consistency checks, querying entity histories, replaying extraction results, and retrieving conflict reports via MCP tools.MIT