Generate, schedule, and manage social posts from Cursor, Claude Desktop, or Cline — without context-switching to the dashboard. Built for founders and creators who already live in AI coding assistants.
Your assistant reads these descriptions to decide when to call Content Drifter.
generate_postGenerate a platform-native post + image prompt from a topic.
schedule_postSchedule content for a future ISO datetime.
list_upcoming_postsList upcoming calendar items with optional platform filter.
list_platform_connectionsSee which social accounts are connected and their health.
get_brand_kitRead voice, colors, and fonts so the assistant stays on-brand.
publish_nowPublish after Final Review — assistant should confirm with you first.
cd_live_YOUR_KEY_HERE with your key..cursor/mcp.json (project) or Cursor Settings → MCP
{
"mcpServers": {
"contentdrifter": {
"command": "npx",
"args": ["-y", "@contentdrifter/mcp"],
"env": {
"CONTENTDRIFTER_API_KEY": "cd_live_YOUR_KEY_HERE"
}
}
}
}claude_desktop_config.json → mcpServers
{
"mcpServers": {
"contentdrifter": {
"command": "npx",
"args": ["-y", "@contentdrifter/mcp"],
"env": {
"CONTENTDRIFTER_API_KEY": "cd_live_YOUR_KEY_HERE"
}
}
}
}Cline MCP settings (VS Code)
{
"mcpServers": {
"contentdrifter": {
"command": "npx",
"args": ["-y", "@contentdrifter/mcp"],
"env": {
"CONTENTDRIFTER_API_KEY": "cd_live_YOUR_KEY_HERE"
}
}
}
}Optional: set CONTENTDRIFTER_API_BASE to http://localhost:3001 when testing against pnpm dev:test.
It is a Model Context Protocol (MCP) server that lets AI coding assistants call Content Drifter on your behalf — generate platform-native posts, schedule them, list upcoming content, and read your Brand Kit without leaving Cursor or Claude Desktop.
Any MCP-compatible client works: Cursor, Claude Desktop, Cline, VS Code with an MCP extension, and other stdio MCP hosts. You add one JSON config block and restart the client.
Generate an API key at /dashboard/settings/api-keys, set CONTENTDRIFTER_API_KEY in your MCP client env, and restart. Keys are hashed server-side; the raw secret is shown once at creation.
No. publish_now requires Final Review to be completed in the dashboard first. The tool description tells your assistant to confirm with you before publishing.