Set Up Postingly

Connect Postingly to your favorite AI assistant in under a minute. You'll need an API key — grab one from the dashboard first.

One-click install with the .mcpb file

Fastest option — two clicks and you're done.

Download for Claude Desktop

crosspost-mcp.mcpb (138 KB)

1

Download and open the file

Click the button above, then double-click the downloaded .mcpb file. Claude Desktop will open automatically.

2

Enter your API key

Claude Desktop will prompt you for your Postingly API key. Paste it in and confirm. You can get your key from the API Keys page.

3

Start posting

Tell Claude something like “Post 'Hello world!' to all my platforms” and it handles the rest.

Prefer manual JSON config?

Add this to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "postingly": {
      "command": "npx",
      "args": ["-y", "crosspost-mcp"],
      "env": {
        "CROSSPOST_API_KEY": "your-api-key-here",
        "CROSSPOST_API_URL": "https://postingly.io"
      }
    }
  }
}

Available Tools

Once connected, these tools are available to your AI assistant. Just ask naturally — no special syntax needed.

list_accountsSee your connected platforms and their status
create_postPublish or schedule a post across platforms
list_postsView recent posts and their per-platform status
get_postGet detailed info on a specific post
cancel_postCancel a scheduled post
reschedule_postChange the time of a scheduled post
list_scheduledView all upcoming scheduled posts

Example Prompts

>Post 'Hello world!' to all my platforms

>Post this to Bluesky and Threads: Just shipped a new feature!

>Schedule a post for tomorrow at 9am: Big announcement coming soon

>Show me my recent posts

>What accounts do I have connected?

Need help? Open an issue on GitHub or check the README for more details.