@posteverywhere/mcp

@posteverywhere/mcp

Enables AI assistants to schedule and publish social media posts to platforms like Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest using natural language.

Category
Visit Server

README

@posteverywhere/mcp β€” Social Media MCP Server for Claude, Cursor & AI Agents

npm version npm downloads License: MIT GitHub stars

Official Model Context Protocol server for PostEverywhere β€” let Claude Code, Claude Desktop, Cursor, and other MCP-compatible AI clients schedule and publish social media posts to Instagram, TikTok, YouTube, LinkedIn, Facebook, X (Twitter), Threads, and Pinterest using natural language.

πŸ’‘ Building a programmatic integration? Use the companion posteverywhere Node.js SDK instead β€” full TypeScript types, retry handling, error classes.

πŸ”— Quick Links

Resource URL
🌐 Homepage posteverywhere.ai
πŸ› οΈ Developers landing page posteverywhere.ai/developers
πŸ“– API Documentation developers.posteverywhere.ai
πŸ“¦ This MCP on npm npmjs.com/package/@posteverywhere/mcp
πŸ’» This MCP on GitHub github.com/posteverywhere/mcp
πŸ“¦ Node SDK (npm) npmjs.com/package/posteverywhere
πŸ’» Node SDK (GitHub) github.com/posteverywhere/sdk
πŸŽ›οΈ Dashboard app.posteverywhere.ai
πŸ”‘ Get an API key app.posteverywhere.ai/developers
πŸ’΅ Pricing posteverywhere.ai/pricing
πŸ“š Help Center posteverywhere.ai/support
🧠 Model Context Protocol modelcontextprotocol.io
πŸ› Issues / bug reports github.com/posteverywhere/mcp/issues
πŸ“§ Support support@posteverywhere.ai

What is MCP?

Model Context Protocol (MCP) is an open standard from Anthropic that lets AI assistants connect to external tools and data sources. Once you connect this MCP server, your AI assistant can:

  • Schedule posts across all your connected social accounts
  • Generate AI images and attach them to posts
  • List, edit, retry, and delete scheduled or published posts
  • Surface per-platform publishing results including failure reasons

…all from natural-language prompts inside Claude, Cursor, or any MCP-compatible client.

Quick Start

1. Get an API key

Sign up free at posteverywhere.ai/signup (7-day trial), connect your social accounts, then create an API key at Settings β†’ Developers. Choose your scopes:

  • Read β€” list accounts, posts, and media
  • Write β€” create, edit, delete posts and media
  • AI β€” generate images using AI models

2. Add the MCP server to your AI client

Claude Code

claude mcp add posteverywhere -- npx -y @posteverywhere/mcp

Then set POSTEVERYWHERE_API_KEY in your environment, or pass it as an argument:

claude mcp add posteverywhere -e POSTEVERYWHERE_API_KEY=pe_live_your_key_here -- npx -y @posteverywhere/mcp

πŸ“– Claude Code MCP docs β†’

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "posteverywhere": {
      "command": "npx",
      "args": ["-y", "@posteverywhere/mcp"],
      "env": {
        "POSTEVERYWHERE_API_KEY": "pe_live_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. The PostEverywhere tools will appear in the πŸ”¨ menu.

πŸ“– Claude Desktop MCP docs β†’

Cursor

In Cursor, open Settings β†’ MCP β†’ Add new MCP server and paste:

{
  "posteverywhere": {
    "command": "npx",
    "args": ["-y", "@posteverywhere/mcp"],
    "env": {
      "POSTEVERYWHERE_API_KEY": "pe_live_your_key_here"
    }
  }
}

πŸ“– Cursor MCP docs β†’

Other MCP clients

This package exposes a standard stdio MCP server. Any MCP-compatible client can connect using the same configuration shape.

3. Try it out

Once connected, ask your AI assistant things like:

"List my connected social accounts"

"Schedule a post to all my accounts for tomorrow at 2pm: Just shipped a new feature πŸš€"

"Show me my recent posts and their publishing status"

"Generate an image of a sunset over mountains in 16:9 and post it to Instagram and X"

"Retry the failed destinations on my latest post"

"What are my last 10 posts on TikTok?"

Available Tools

Accounts

  • list_accounts β€” list all connected social accounts and their health status
  • get_account β€” get details for a specific account (token expiry, can-post status)

Posts

  • list_posts β€” list posts filtered by status (scheduled, published, failed, draft) or platform
  • get_post β€” get full details for a single post including all destinations
  • create_post β€” create and schedule a post to one, several, or all connected accounts
  • update_post β€” modify a scheduled or draft post (content, schedule time, accounts)
  • delete_post β€” delete a scheduled or draft post
  • get_post_results β€” per-platform publishing results, errors, and live URLs
  • retry_failed_post β€” retry every failed destination of a post

Media

  • list_media β€” list files in your media library
  • get_media β€” get media file details and processing status
  • delete_media β€” remove a media file

AI

  • generate_image β€” generate an image from a text prompt (4 models, 7 aspect ratios)

πŸ“– Full tool reference and parameters β†’

Example Prompts

These all work out of the box once the server is connected:

Scheduling

  • "Schedule a Christmas post for December 25th at 9am: Merry Christmas to our amazing community πŸŽ„"
  • "Post this to Instagram and TikTok only: Behind-the-scenes of our latest feature drop"
  • "Queue up a week of daily morning posts starting Monday at 9am"

Content generation

  • "Generate a 9:16 image of a coffee shop at sunrise and schedule it as a TikTok post for tomorrow"
  • "Create a square image of abstract green shapes for a LinkedIn carousel"

Monitoring

  • "What posts failed in the last week and why?"
  • "Show me the publishing results for my last Instagram Reel"
  • "Which of my accounts need to be reconnected?"

Recovery

  • "Retry the failed LinkedIn destination on post abc-123"
  • "Delete all my draft posts older than 30 days"

Each natural-language prompt maps to one or more MCP tool calls β€” the agent figures out the right sequence.

Supported Platforms

All eight platforms work on every plan:

  • Instagram β€” feed, reels, stories, carousels
  • TikTok β€” videos, photo carousels
  • YouTube β€” videos with thumbnails, descriptions, tags
  • LinkedIn β€” text, images, video, document carousels
  • Facebook β€” pages, video, reels, multi-image
  • X (Twitter) β€” text, threads, media (tier-aware char limits)
  • Threads β€” text and media posts
  • Pinterest β€” pins to boards

Configuration

Environment variable Required Description
POSTEVERYWHERE_API_KEY βœ… Your API key from Settings β†’ Developers. Format: pe_live_...
POSTEVERYWHERE_BASE_URL ❌ Override base URL (default https://app.posteverywhere.ai). Useful for self-hosted deployments.

Rate Limits

Resource Per minute Per hour Per day
General API calls 60 1,000 β€”
Posts 60 200 1,000
AI generation β€” 60 β€”

Hitting a 429? The MCP server returns a clear rate_limit_exceeded code with retry_after seconds β€” the agent will know to wait and retry.

πŸ“– Rate limit details β†’

How it compares

This MCP server PostEverywhere SDK Direct REST API
Use with Claude / Cursor / MCP clients βœ… Native ❌ ❌
Use in Node.js code ❌ (use SDK) βœ… βœ…
Natural-language scheduling βœ… ❌ ❌
TypeScript types βœ… βœ… Manual
Auto-retry / backoff βœ… βœ… Manual
Best for AI-assisted social media Programmatic integrations Any HTTP client / language

Documentation

MCP & AI Tooling Resources

PostEverywhere Around the Web

Per-Platform Schedulers

PostEverywhere is the backend for all of these β€” every plan includes every platform:

  • πŸ“· Instagram Scheduler β€” feed posts, reels, stories, carousels
  • 🎡 TikTok Scheduler β€” videos, photo carousels, full content disclosure flags
  • πŸ“Ί YouTube Scheduler β€” videos with thumbnails, tags, descriptions, privacy controls
  • πŸ’Ό LinkedIn Scheduler β€” personal + Company Page posts, document carousels, video
  • πŸ‘ Facebook Scheduler β€” Pages, Reels, video, multi-image carousels
  • 🐦 X (Twitter), Threads, Pinterest β€” all included on every plan

Related

Support

License

MIT β€” see LICENSE.


Built by the team at PostEverywhere. The smarter way to schedule social media to Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest β€” now with native MCP support for AI agents.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured