MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Social content

Social content

Draft once and ship everywhere: multi-platform schedulers, LinkedIn, and an editorial calendar in Notion.

Ads

Servers in this stack

  1. 1P

    posteverywhere/mcp

    Hosted MCP server to schedule and publish across 11 social platforms (Instagram, LinkedIn, TikTok, X, YouTube, Facebook, Threads, Pinterest, Bluesky, Discord, Telegram). 32 tools covering posts, campaigns, bulk operations, media, analytics, webhooks, and AI captions. Connect with one URL, or run locally via `npx -y @posteverywhere/mcp`.

    Social Media

    0
  2. 2A

    AstaBlackClove/posthive

    Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow.

    Social Media

    0
  3. 3F

    FeedMansion Social Media MCP

    Connect Claude, ChatGPT, Perplexity, Manus AI, and other AI assistants to FeedMansion. Draft posts and manage channels from your AI chat. Nothing publishes without your approval. > GitHub Repo: For platform-specific setup guides and example prompts, see github.com/makerprism/feedmansion-ai-agents The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools. FeedMansion runs an MCP server so your AI assistant can draft social media content in your brand voice and organize approved drafts into channels, all from within your AI chat. Nothing publishes without your explicit approval in FeedMansion.

    Communication5 tools

    0
  4. 4T

    Taplio

    The Taplio LinkedIn MCP Server is a Model Context Protocol (MCP) server that connects AI tools directly to your Taplio account and, through it, to your LinkedIn presence. It gives AI agents, assistants, and chat clients the ability to draft, schedule, and publish LinkedIn posts, browse what you have already posted, research inspiration from other creators, and read your analytics, all through natural language. Point your MCP host at the Taplio server and you can ask things like: - "Draft a LinkedIn post about our new MCP launch and schedule it for Tuesday 9am." - "Show me my last 10 posts and which one got the most impressions." - "Find 20 high-performing posts about linkedin ghostwriting from creators under 50k followers." - "How are my followers and engagement trending over the last 30 days?"

    Marketing6 tools

    3
  5. 5

    Notion MCP

    > [!NOTE] > > We’ve introduced Notion MCP, a remote MCP server with the following improvements: > > - Easy installation via standard OAuth. No need to fiddle with JSON or API tokens anymore. > - Powerful tools tailored to AI agents, including editing pages in Markdown. These tools are designed with optimized token consumption in mind. > > Learn more and get started at Notion MCP documentation. > > We are prioritizing, and only providing active support for, Notion MCP (remote). As a result: > > - We may sunset this local MCP server repository in the future. > - Issues and pull requests here are not actively monitored. > - Please do not file issues relating to the remote MCP here; instead, contact Notion support.

    Workplace & Productivity6 tools

    4.6k

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@posteverywhere/mcp"
      ]
    },
    "posthive": {
      "command": "npx",
      "args": [
        "-y",
        "posthive"
      ]
    },
    "feedmansion-social-media-mcp": {
      "url": "https://feedmansion.com/help/mcp"
    },
    "taplio-linkedin-mcp": {
      "url": "https://mcp.taplio.com"
    },
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "<integration-token>"
      }
    }
  }
}