postai as an mcp server.
schedule posts from claude.
PostAI exposes a full Model Context Protocol server. connect it to Claude Desktop, Cursor, or any MCP-compatible client and let your AI assistant schedule posts, generate content, and query analytics — all through natural language.
available on Pro Plus plan ($99/mo) and above · free for self-hosted
available MCP tools
schedule_postSchedule a post to any connected platform at a specific time or into the queue
create_draftSave a draft post for review before scheduling
list_queueView upcoming scheduled posts across all platforms
get_analyticsQuery X or LinkedIn analytics for any connected account
search_viral_postsSemantic search over the viral post corpus for any niche or topic
generate_contentRun the AI Content Agent on any URL, text, or topic
list_accountsList all connected social accounts in the workspace
generate_imageGenerate an image via Nano Banana Pro (Gemini Imagen)
get_post_statusCheck the publishing status of a scheduled post
setup
{
"mcpServers": {
"postai": {
"command": "npx",
"args": ["@postai/mcp"],
"env": {
"POSTAI_API_KEY": "your-api-key"
}
}
}
}# .cursor/mcp.json
{
"mcpServers": {
"postai": {
"command": "npx @postai/mcp",
"env": { "POSTAI_API_KEY": "your-api-key" }
}
}
}get your API key from Settings → API Keys after signing up.
SSE transport (web clients)
For web-based MCP clients, use our SSE endpoint:
https://api.postai.app/mcp/sseAuthorization: Bearer <your-api-key>
let your AI assistant post for you.
set up in 2 minutes. schedule your first post from Claude Desktop.
start free → get API key