RouterMCP
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.

ServerPurpose
Ghost CMS MCPDraft and publish blog posts
Notion MCPOutline and collaborate on drafts
Markdown/Markitdown MCPConvert HTML to MD and sanitize
Webflow MCPPublish 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.

On this page