🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

postwire-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postwire-mcp

MCP server for PostWire with Smart Distribute: one prompt → the BEST NATIVE post for each platform (right hashtags, length, SEO & format — never the same text everywhere), then publish to TikTok, Instagram, YouTube, X, LinkedIn, Bluesky, Mastodon, Telegra

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

postwire-mcp

Let your AI agent post to social media. An MCP server for PostWire — give Claude, Cursor, or any MCP client the ability to publish to TikTok, Instagram, YouTube, X, LinkedIn, Bluesky, Telegram, Mastodon & Discord with one tool call.

No per-platform SDKs, no OAuth code — connect each account once in PostWire, then your agent just calls a tool.

Quick start

  • Get a free API key at https://postwire.io/dashboard.html and connect your accounts (free tier: 1 brand, 30 posts/mo, no card).
  • Add to your MCP client (Claude Desktop, Cursor, etc.):
{
  "mcpServers": {
    "postwire": {
      "command": "npx",
      "args": ["-y", "postwire-mcp"],
      "env": { "POSTWIRE_API_KEY": "pw_live_your_key" }
    }
  }
}
  • Ask your agent: "Post 'Shipped today 🚀' to Bluesky and Telegram." — done.

Tools

ToolWhat it does
post_to_socialPublish to one or many networks: { platforms: ["bluesky","telegram"], text, video_url?, photo_url?, title? }
list_platformsList supported networks and whether each is live or in review.
get_post_statusCheck the status of a previously created post: { platform, id }.
my_accountShow the connected account's plan, usage and connected platforms.

Platform status

  • Live now: Bluesky, Telegram, Mastodon, Discord
  • In review / rolling out: TikTok, Instagram, YouTube
  • On the roadmap: X (Twitter), LinkedIn

All share the same tool shape — adding a network is one more string in platforms.

Why PostWire

One API + a real MCP server (not docs-only) to post everywhere. Flat per-brand pricing — 50 brands for $99 vs Ayrshare's ~$779. Free tier, no card.

MIT © PostWire · https://postwire.io

Keywords

mcp

FAQs

Package last updated on 23 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts