MCP Packs
Content Writer Pack
Draft, convert, and publish docs and posts with MCP.
Content Writer Pack
Streamline your writing workflow by connecting content management systems, collaboration tools, and document converters through MCP.
Recommended Servers
| Server | Purpose |
|---|---|
| Ghost CMS MCP | Draft and publish blog posts |
| Notion MCP | Outline and collaborate on drafts |
| Markdown/Markitdown MCP | Convert HTML to MD and sanitize |
| Webflow MCP | Publish to marketing sites |
Example Configuration
{
"mcpServers": {
"ghost": {
"command": "npx",
"args": ["-y", "@ghost/mcp-server"],
"env": { "GHOST_API_KEY": "${GHOST_API_KEY}" }
},
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/mcp-server"],
"env": { "NOTION_API_KEY": "${NOTION_API_KEY}" }
},
"markitdown": {
"command": "npx",
"args": ["-y", "@markitdown/mcp-server"]
}
}
}Common Workflows
- Draft in Notion, convert to Markdown, publish to Ghost or Webflow
- Research topics, outline articles, and manage the editorial calendar
- Convert web content to clean Markdown for documentation
Safety First
Use separate tokens for drafts vs. published content. Review before publishing to avoid accidental public exposure of drafts.