Connects Claude to PostAll's multi-platform publishing API with six core operations: list connected platforms, create drafts, publish posts, create and publish in one step, list existing posts with filters, and pull analytics. You get write access to 35+ social networks including Instagram, X, LinkedIn, TikTok, Threads, Reddit, and various blogging platforms like Medium and Hashnode. Useful when you want to draft social content conversationally in Claude and push it directly to production channels, or when managing scheduled posts across platforms without context switching. Requires a PostAll API key from their dashboard and runs via Node.js stdio transport.
POSTALL_API_KEY*secretPostAll API key. Get it from https://postall.io/dashboard → Settings → API
Connect PostAll to Claude AI. Post to 35+ social media platforms directly from Claude.
```bash git clone https://github.com/nichetechsol/postall-mcp-server.git cd postall-mcp-server npm install ```
Go to PostAll Dashboard → Settings → API and generate an API key.
Add to your Claude config file:
macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
Windows: `%APPDATA%/Claude/claude_desktop_config.json`
```json { "mcpServers": { "postall": { "command": "node", "args": ["/path/to/postall-mcp-server/index.js"], "env": { "POSTALL_API_KEY": "pa_your_api_key_here" } } } } ```
| Tool | Description |
|---|---|
| `postall_list_platforms` | See connected platforms |
| `postall_create_post` | Create a draft post |
| `postall_publish_post` | Publish a draft |
| `postall_create_and_publish` | Create + publish in one step |
| `postall_list_posts` | List posts with filters |
| `postall_get_analytics` | Get platform analytics |
"Write a motivational post about productivity and publish to Instagram and LinkedIn"
"Show me my connected platforms"
"Schedule a post about AI trends for tomorrow 9am on Twitter and Threads"
"List my recent published posts"
Instagram, X/Twitter, LinkedIn, Facebook, TikTok, YouTube, Pinterest, Threads, Reddit, WhatsApp, Telegram, Discord, Bluesky, Mastodon, Tumblr, VK, Slack, WordPress, Medium, Hashnode, Dev.to, Blogger, Ghost, Vimeo, Dribbble, Twitch, Warpcast, Lemmy, MeWe, Nostr, Listmonk, Whop, Skool, Kick, and more.
makafeli/n8n-workflow-builder
danishashko/make-mcp
io.github.us-all/airflow
io.github.infoinlet-marketplace/mcp-workflow
io.github.evozim/automation-weaver