draftmason-mcp
v0.1.0
Published
MCP server for DraftMason — AI-powered book writing, outlining, and manuscript export
Maintainers
Readme
DraftMason MCP Server
Write, outline, and export books directly from Claude, Cursor, or any MCP-compatible AI tool.
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"draftmason": {
"command": "npx",
"args": ["draftmason-mcp"],
"env": {
"DRAFTMASON_API_KEY": "your_api_key_here"
}
}
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| DRAFTMASON_API_KEY | No (free tier available) | API key from draftmason.com for unlimited writing |
| DRAFTMASON_API_URL | No | Custom API URL (default: https://draftmason.com) |
Tools
generate_outline
Create a structured book outline with chapter titles and summaries.
Parameters:
concept(required): Book concept or premisetitle(optional): Working titlegenre(optional): Genre for style guidancechapterCount(optional): Number of chapters (3-30, default 10)
write_chapter
Generate publication-quality prose for a chapter or scene.
Parameters:
prompt(required): What to writegenre(optional): Genre for tone/stylecontext(optional): Previous text for continuity
edit_text
Rewrite, expand, shorten, or change tone of existing text.
Parameters:
text(required): Text to editaction(required):rewrite,expand,shorten,continue,change_tone_formal,change_tone_casual,change_tone_dramaticcontext(optional): Surrounding textgenre(optional): Genre for style
export_manuscript
Export a complete manuscript to PDF, ePub, or DOCX.
Parameters:
title(required): Book titleformat(required):pdf,epub, ordocxchapters(required): Array of{ title, content }objectsgenre(optional): Genretrim(optional): Page size (6x9for KDP)
Example Workflow
- Outline:
generate_outlinewith your concept - Write:
write_chapterfor each chapter - Edit:
edit_textto polish prose - Export:
export_manuscriptto PDF/ePub/DOCX
Links
- Website: draftmason.com
- Pricing: draftmason.com/pricing
