@postai/mcp

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_post

Schedule a post to any connected platform at a specific time or into the queue

create_draft

Save a draft post for review before scheduling

list_queue

View upcoming scheduled posts across all platforms

get_analytics

Query X or LinkedIn analytics for any connected account

search_viral_posts

Semantic search over the viral post corpus for any niche or topic

generate_content

Run the AI Content Agent on any URL, text, or topic

list_accounts

List all connected social accounts in the workspace

generate_image

Generate an image via Nano Banana Pro (Gemini Imagen)

get_post_status

Check the publishing status of a scheduled post

setup

Claude Desktop
{
  "mcpServers": {
    "postai": {
      "command": "npx",
      "args": ["@postai/mcp"],
      "env": {
        "POSTAI_API_KEY": "your-api-key"
      }
    }
  }
}
Cursor
# .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/sse

Authorization: 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