HomeCommunication › mcp

mcp

Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions

TypeScript CloudLocal Remote
★ 4 stars Last pushed 2026-09-13 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.posteverywhere.ai/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.posteverywhere.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.posteverywhere.ai/mcp"
    }
  }
}

Package (npm 1.7.0)

npx -y @posteverywhere/mcp@1.7.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@posteverywhere/mcp@1.7.0"
      ],
      "env": {
        "POSTEVERYWHERE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • POSTEVERYWHERE_API_KEY required secret — PostEverywhere API key (create at app.posteverywhere.ai under Settings, Developers)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry