draftmason-editor-mcp
v0.1.0
Published
MCP server for developmental book editing — character consistency analysis, plot structure evaluation, pacing metrics, dialogue quality scoring, and show-don't-tell detection
Downloads
127
Maintainers
Readme
draftmason-editor-mcp
MCP server for developmental book editing analysis. Part of the DraftMason platform.
Tools
| Tool | Description |
|------|-------------|
| analyze_pacing | Analyze manuscript pacing — chapter lengths, three-act structure, rhythm consistency |
| check_character_consistency | Detect character trait contradictions, disappearance gaps, and name variations |
| score_dialogue | Score dialogue quality — tag usage, action beats, adverb detection, genre-appropriate ratio |
| evaluate_plot_structure | Evaluate against Three-Act, Hero's Journey, or Save the Cat frameworks with beat mapping |
| get_genre_benchmarks | Get publishing benchmarks for word count, chapters, dialogue ratio, and pacing by genre |
Installation
npx draftmason-editor-mcpClaude Desktop Configuration
{
"mcpServers": {
"draftmason-editor": {
"command": "npx",
"args": ["-y", "draftmason-editor-mcp"]
}
}
}License
MIT
