draftmason-kdp-mcp
v0.1.0
Published
MCP server for KDP self-publishing — AI book blurbs, keyword research, manuscript formatting, and cover prompt generation for Amazon Kindle Direct Publishing
Maintainers
Readme
draftmason-kdp-mcp
AI-powered KDP self-publishing assistant via Model Context Protocol. Generate Amazon book descriptions, backend keywords, cover prompts, category suggestions, and export KDP-ready manuscripts — all from your AI assistant.
Built on DraftMason — the AI book writing platform.
Tools
| Tool | Description |
|------|-------------|
| generate_book_blurb | Write a compelling Amazon book description / back-cover blurb |
| generate_kdp_keywords | Generate 7 optimized backend keyword phrases for discoverability |
| generate_cover_prompt | Create AI image prompts for book covers (DALL-E, Midjourney, FLUX) |
| format_manuscript | Export chapters to KDP-ready PDF (6x9), ePub, or DOCX |
| suggest_kdp_categories | Find the best BISAC browse categories to maximize ranking |
Quick Start
npx draftmason-kdp-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"draftmason-kdp": {
"command": "npx",
"args": ["-y", "draftmason-kdp-mcp"],
"env": {
"DRAFTMASON_API_KEY": "your-api-key"
}
}
}
}VS Code
Add to .vscode/mcp.json:
{
"servers": {
"draftmason-kdp": {
"command": "npx",
"args": ["-y", "draftmason-kdp-mcp"],
"env": {
"DRAFTMASON_API_KEY": "your-api-key"
}
}
}
}Free Tier
Works without an API key — 5 free uses per day. Get unlimited access at draftmason.com/pricing.
License
MIT
