MCP Server

Connect PostPost to any AI assistant via the Model Context Protocol

What You Can Do

Just tell your AI assistant what you need in plain English. No coding required.

"Create a Threads post about our new feature launch and schedule it for tomorrow at 9am"

Create & schedule posts

"Show me my LinkedIn account analytics — followers, impressions, engagement rate"

LinkedIn analytics

"List my last 10 published posts with their engagement stats"

View & manage posts

Quick Setup

Choose your client and add the config.

Replace YOUR_API_KEY with a key from the API page.

Add to .mcp.json in your project root or ~/.claude.json:

{
  "mcpServers": {
    "postpost": {
      "type": "http",
      "url": "https://mcp.postpost.dev",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}