Content Writer Loadout
4 MCP servers for drafting, editing, and shipping articles
Last verified:
Pull research from Drive, draft in Notion, publish to Webflow, and remember tone-of-voice across sessions with Memory. A writer's loadout that doesn't require a separate CMS workflow.
Install Content Writer Loadout
Paste into~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-notion"],
"env": { "NOTION_TOKEN": "secret_..." }
},
"google-drive": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-drive"]
},
"webflow": {
"command": "npx",
"args": ["-y", "webflow-mcp"],
"env": { "WEBFLOW_API_TOKEN": "..." }
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}After pasting, fully restart your MCP client. Replace placeholders (paths, API keys) with your own values.
What's in this loadout
- Notion MCP Servercoremcp
Drafts, outlines, and an editorial calendar — all readable and writable from the chat.
- Google Drive MCP Servercoremcp
Pull research docs, share final drafts back into team folders.
- Webflow MCPoptionalmcp
Push approved drafts straight into the CMS without a hand-off.
- Memory MCP Serveroptionalmcp
Retain brand voice, style guide, and customer-language notes between sessions.
What you can do with it
Draft from research
Read all docs in google drive folder "Q2 Research / API Pricing", produce a 1200-word draft on "How AI startups should price API access", save the draft as a notion page in "Drafts".Tone-of-voice rewrite
Pull the latest draft from notion. Using the brand voice notes you have in memory, rewrite the intro to sound less corporate and more like a practitioner.Publish to CMS
Take the approved draft on notion page "Pricing API access", clean up headings, and publish to webflow as a new article in the "Pricing" collection.
Client compatibility
- Claude Desktop 0.7.4Tested ✓
- Cursor 0.42+Tested ✓
- Windsurf 1.4Tested ✓
- Continue 0.9Untested
Variants
Heavy version
Adds Ghost or Sanity if your CMS isn't Webflow, plus a Posthog hook for tracking which posts perform.
Adds: ghost-mcp, posthog-mcp
Lite version
Just Notion + Memory. Drafting and tone consistency, no CMS push.
Removes: mcp-server-google-drive, webflow-mcp
FAQ — Content Writer Loadout
What is the Content Writer Loadout?
Pull research from Drive, draft in Notion, publish to Webflow, and remember tone-of-voice across sessions with Memory. A writer's loadout that doesn't require a separate CMS workflow. It includes 4 MCP servers: Notion MCP Server, Google Drive MCP Server, Webflow MCP, Memory MCP Server.
Does this loadout work with Cursor and Windsurf?
Yes. The config block above is one JSON object that drops into Claude Desktop's, Cursor's, or Windsurf's MCP config. Each client uses the same mcpServers schema; only the file path differs.
How long does setup take?
About 3 minutes the first time: copy the config, paste it into your client's MCP configuration file, replace placeholder API keys with your own, and restart the client.
Can I customise this loadout?
Yes. Use the Lite version if you want fewer servers, or the Heavy version to add 2 more for advanced workflows. You can also remove any individual server by deleting its entry from the JSON.
How much does it cost?
Loadout itself is free. Most listed servers are open-source and free to run. Servers that talk to paid SaaS (Stripe, SendGrid, Linear, etc.) follow that vendor's pricing.
When was this loadout last verified?
Last verified on 2026-04-24. We re-test featured loadouts at least monthly and update the config when MCP servers ship breaking changes.