Metadata-first fiction editing and reasoning tools for long-form writing projects.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP service for AI-assisted reasoning and editing on long-form fiction projects.
Designed to work with OpenClaw but compatible with any MCP-capable AI gateway.
For local stdio MCP clients, run the published package directly:
The CLI wrapper defaults to stdio transport and adds the Node 22 SQLite flag automatically when needed.
For VS Code-native setup flows (including prose styleguide setup), use:
Instead of feeding an entire manuscript to an AI and hoping it fits in the context window, mcp-writing builds a structured index from your scene files. The AI queries that index first β finding relevant characters, beats, and loglines β then loads only the specific prose it needs.
Current status:
| Guide | Description |
|---|---|
| docs/guides/setup.md | Prerequisites, first-time setup, Scrivener import, native sync format |
| mcp-writing-vscode | VS Code extension for client-native setup flows |
| docs/guides/docker.md | Docker Compose, deployment operations, MCP gateway notes |
| docs/guides/backup-recovery.md | Project backup artifacts, diagnostics, and explicit restore workflow |
| docs/guides/sidecar-compatibility.md | Sidecar compatibility roles, migration posture, and daily-work authority boundaries |
| docs/foundations/managed-structure-contract.md | Design boundaries for structural mutation, generated views, import, and maintenance workflows |
| docs/agents/tools.md | Full tool reference β auto-generated from source |
| docs/agents/README.md | Index of agent-focused guidance, examples, and boot files |
| docs/agents/use-cases.md | Agent-oriented transcripts and prompt/tooling examples |
| docs/guides/development.md | Running locally, tests, environment variables, troubleshooting |
describe_workflows surface redesigndescribe_workflows now exposes an outcome-first, discovery-first workflow map. This was a breaking change if your prompts or automation depend on previous workflow IDs or ordering; the newer recommended_next_actions tier is additive and appears before the full catalogue.
Update integrations using this mapping:
manuscript_exploration -> question_driven_discovery (or targeted_scene_reading when the task is prose inspection)prose_editing -> safe_scene_revisioncharacter_management -> character_understandingplace_management -> place_understandingreview_bundle -> review_preparationNew workflow IDs added:
thread_understandingparity_recoveryStyleguide workflows are still available, but no longer positioned as part of the primary daily workflow surface.
find_scenes and get_arc response-shape standardizationfind_scenes and get_arc now always return structured envelopes, including non-paginated calls.
results, total_count.warning / next_step are included when relevant.If your integration previously handled raw arrays for non-paginated calls, update it to parse envelopes consistently.
Safe parsing pattern:
get_character_sheet, get_place_sheet, list_scene_references, get_relationship_arc response-shape standardizationThese metadata-read tools now return structured envelopes instead of flat objects or raw arrays.
get_character_sheet and get_place_sheet: previously returned a flat object of field values; now return { results: [row], total_count: 1, next_step }.list_scene_references: previously returned { references, scene_id, project_id }; now returns { results, total_count, scene_id, project_id }.get_relationship_arc: previously returned a raw JSON array; now returns { results, total_count, from_character, to_character }.Safe parsing pattern for sheet tools:
Safe parsing pattern for list/arc tools:
Stable IDs remain the canonical identity for projects, chapters, scenes, characters, places, and relationship writes. When you already know the ID, pass it exactly.
Some request-boundary fields now accept unambiguous human-shaped inputs, such as scene titles, character names, place names, or case variants. Successful tools still write and return canonical IDs, with resolved_from details when the input was resolved from a non-canonical value. Ambiguous matches, near matches, or suggested-only values fail or return advisory suggestions without mutating canonical state.
Tags and Save the Cat beats remain freeform editorial vocabulary. find_scenes can match existing tag and beat casing variants, and metadata updates can suggest nearby existing vocabulary, but supplied tag and beat text is preserved unless you intentionally change it.
search_metadata is keyword/FTS metadata search over indexed titles, loglines, tags, characters, places, and versions. It is not semantic search and does not search prose text; use get_scene_prose after metadata search or structured filters identify likely scenes. Semantic/prose search remains deferred to the Embedding-Based Search backlog.
Goal: catch inconsistencies before sharing pages.
sync after your latest writing session.find_scenes for scenes involving a specific character or tag (for example, all scenes tagged injury or promise). Canonical IDs remain preferred, but character/POV filters can resolve unambiguous project-scoped character names, tag and beat filters can suggest near matches, and chapter_id accepts exact IDs or unambiguous case variants.get_arc to review that character's ordered progression across the manuscript.get_scene_prose.flag_scene where continuity needs a fix.Outcome: you review one narrative thread at a time instead of rereading the entire novel to find contradictions.
Goal: make sure subplot threads progress intentionally and resolve on time.
list_threads for the project.get_thread_arc to inspect scene order and beat labels for each thread.track_thread_arc to add or update it on the right scene.get_thread_arc to confirm pacing and coverage.Outcome: subplot structure stays visible and auditable, which reduces dropped threads in late drafts.
Goal: keep indexes accurate without manually re-tagging everything.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/writing-mcp)<a href="https://allmcps.com/mcp/writing-mcp"><img src="https://allmcps.com/api/badge/writing-mcp?style=directory" alt="Writing MCP on AllMCPs" /></a>