streamable-httpMITupdated 13d ago
Schedule and analyze social media posts from Claude, ChatGPT, Cursor, Gemini, Grok Build, or any MCP client. Remote server, OAuth sign-in, included on every plan.
What can you do with SocialRobot MCP Server?
SocialRobot MCP Server
Schedule and analyze social media posts from Claude, ChatGPT, Cursor, Gemini, Grok Build, or any MCP client. Remote server, OAuth sign-in, included on every plan.
- Server URL: https://socialrobot.io/api/mcp
- Docs: https://socialrobot.io/mcp
- Pricing: included on every SocialRobot plan, including Free (free plan: 15 scheduled posts per month; paid plans: unlimited)
What it does
Connect the server once, complete OAuth, and the assistant can:
- List connected accounts
- Create, schedule, list, reschedule, and delete posts
- Upload media through presigned URLs
- Pull account and post analytics plus follower demographics
- Use platform extras: Instagram best-time windows, TikTok creator info, Pinterest board management, LinkedIn people and organization search
Tools (17)
list_connected_accounts, create_post, list_posts, delete_post, reschedule_post, get_media_upload_url, get_account_analytics, get_post_analytics, get_posts_with_analytics, get_follower_demographics, linkedin_search_geo_locations, linkedin_search_people_mentions, linkedin_search_organizations, instagram_best_post_times, tiktok_get_creator_info, pinterest_list_boards, pinterest_create_board
Quickstart
Claude, ChatGPT, Cursor, or any remote MCP client
- Link your social accounts in SocialRobot first (the server publishes through accounts you already connected).
- Add
https://socialrobot.io/api/mcpto your MCP client. - Approve the OAuth scopes. Publishing and media are separate scopes, so analytics-only access is possible.
- Ask for what you want: "Schedule a LinkedIn post about our launch for Tuesday 9am EST."
Gemini CLI
Once the gallery indexes this repo, gemini extensions install github.com/socialrobot-io/socialrobot-mcp. The repo ships a gemini-extension.json with the remote server URL.
Grok Build
Listed in the xAI plugin marketplace. Install the socialrobot plugin from the marketplace to get the MCP server plus a post-scheduling skill, then authorize via browser OAuth on first use.
Cline
See llms-install.md.
Auth
OAuth 2.0 with PKCE through the normal login page, or an API key sent as Authorization: Bearer for clients that skip browser flows. Sessions can be revoked or rotated from the dashboard at any time. Calls are rate-limited per plan.
Platforms
Instagram, LinkedIn, X, TikTok, Facebook, Threads, Pinterest, Bluesky, Mastodon.
Links
- Product: https://socialrobot.io
- MCP page: https://socialrobot.io/mcp
- Best MCP servers for social media in 2026: https://socialrobot.io/blog/best-mcp-servers-for-social-media
- Privacy: https://socialrobot.io/privacy-policy
- Terms: https://socialrobot.io/terms-and-conditions
Install
Add SocialRobot MCP Server to your client. Pick the one you use.
claude mcp add --transport http socialrobot-mcp-server https://socialrobot.io/api/mcpcodex mcp add socialrobot-mcp-server --url https://socialrobot.io/api/mcp{
"mcpServers": {
"socialrobot-mcp-server": {
"url": "https://socialrobot.io/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"socialrobot-mcp-server": {
"type": "http",
"url": "https://socialrobot.io/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"socialrobot-mcp-server": {
"url": "https://socialrobot.io/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"socialrobot-mcp-server": {
"serverUrl": "https://socialrobot.io/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 19, 2026 |