SocialHive MCP Server
Allows drafting, scheduling, and publishing posts to Bluesky, as well as retrieving post status and performance analytics.
Enables creating, scheduling, and publishing posts to Facebook, with tools for querying post status and analytics.
Supports drafting, scheduling, and publishing content to Instagram, including media management and analytics.
Provides tools for composing, scheduling, and publishing posts to Mastodon, along with post retrieval and analytics.
Allows managing pins and scheduling/publishing content to Pinterest, with access to post status and analytics.
Allows querying RSS feeds and other ingested web content to curate fresh source material for social posts.
Enables drafting, scheduling, and publishing posts to Threads, including post status and analytics retrieval.
Facilitates creating, scheduling, and publishing content to TikTok, with tools for monitoring post performance.
Supports publishing and scheduling videos to YouTube, including post status and analytics tracking.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SocialHive MCP ServerDraft a LinkedIn post about our product launch and schedule it for tomorrow at 9 AM."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SocialHive MCP Server
Official Model Context Protocol (MCP) server definition for SocialHive.
SocialHive enables AI assistants (Claude, Cursor, Windsurf, Cline, ChatGPT, and custom LLM agents) to draft, schedule, and publish content across social platforms, generate AI-powered text and image variations, inspect performance analytics, and automate social workflows.
Official Registry Identifier:
pro.socialhive/platformRemote Streamable HTTP Endpoint:
https://platform.socialhive.pro/api/mcpSupported Transports: Streamable HTTP (
POST), Server-Sent Events (GETwithAccept: text/event-stream)Protocol Versions:
2026-07-28,2025-11-25,2025-06-18,2025-03-26,2024-11-05
Capabilities & Available Tools
SocialHive exposes workspace-scoped tools that respect your team roles and workspace limits:
Category | Tools | Description |
Channels & Accounts |
| Discover connected platforms (LinkedIn, X, Bluesky, Mastodon, Facebook, Instagram, Threads, TikTok, YouTube, Pinterest) and their target IDs. |
Publishing & Scheduling |
| Draft, schedule (ISO 8601), immediately publish, or query status of social posts. |
AI Content Studio |
| Generate platform-tailored copy, adapt posts to character limits, and generate brand images. |
Media Library |
| Browse assets or ingest images/video from remote URLs into your SocialHive asset library. |
Curation & Sources |
| Query RSS feeds, newsletters, and ingested web content for fresh source material. |
Articles & Long-form |
| Manage long-form content, blog posts, and newsletter drafts. |
Analytics & Insights |
| Retrieve engagement summaries, top-performing posts, and AI-driven growth recommendations. |
Workflows |
| Propose automated workflow graphs to Workflow Studio for human approval. |
Related MCP server: YaparAI Enterprise MCP Server
Authentication
All requests to the SocialHive MCP server require a workspace API key:
Header:
Authorization: Bearer shp_<your_api_key>You can generate your API key in SocialHive Dashboard > Settings > API Keys (
https://socialhive.pro/app/settings/api).
Client Setup
1. Claude Desktop (claude_desktop_config.json)
Add the following to your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"socialhive": {
"url": "https://platform.socialhive.pro/api/mcp",
"headers": {
"Authorization": "Bearer shp_YOUR_API_KEY"
}
}
}
}2. Cursor / Windsurf / Cline / VS Code
In your client's MCP configuration file (e.g. .cursor/mcp.json or Cline MCP settings):
{
"mcpServers": {
"socialhive": {
"type": "streamable-http",
"url": "https://platform.socialhive.pro/api/mcp",
"headers": {
"Authorization": "Bearer shp_YOUR_API_KEY"
}
}
}
}3. Programmatic Usage (TypeScript SDK)
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
import { StreamableHttpClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
const transport = new StreamableHttpClientTransport(
new URL("https://platform.socialhive.pro/api/mcp"),
{
headers: {
Authorization: "Bearer shp_YOUR_API_KEY",
},
}
);
const client = new Client({ name: "my-agent", version: "1.0.0" }, { capabilities: {} });
await client.connect(transport);
const tools = await client.listTools();
console.log("Connected to SocialHive MCP! Available tools:", tools.tools.map(t => t.name));Publishing to the Official MCP Registry
1. Install mcp-publisher
brew install mcp-publisher2. Validate
mcp-publisher validate3. Authenticate
Domain Verification (for
pro.socialhive/platform):mcp-publisher login domain --domain socialhive.proGitHub Verification (if using
io.github.<user>/socialhive):mcp-publisher login github
4. Publish
mcp-publisher publish5. Check Registry Listing
curl -s "https://registry.modelcontextprotocol.io/v0.1/servers?search=socialhive"This server cannot be deployed
Maintenance
Related MCP Connectors
- AntworkOAuthio.antwork
Draft, schedule, and publish social posts for your workspace straight from your AI.
Create, schedule, and publish social media posts from AI assistants. Built for agencies.
AI-native social media publishing to LinkedIn, Instagram, Threads, TikTok, and X.
AI social media manager to plan, create, approve, schedule and publish content across channels.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to schedule and publish social media posts to platforms like Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest using natural language.33118 npm3MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage social media accounts and CRM operations, including posting, analytics, inbox management, and customer management.22Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to create, schedule, and manage social media posts across 10 platforms via a unified API.-
- AlicenseNot gradedqualityDmaintenanceEnables posting and managing content across 13+ social media platforms with scheduling, analytics, AI generation, and approval workflows through natural language.2MIT