Outstand MCP
officialAn MCP server to connect and interact with all your social media
What can you do with Outstand MCP?
- Publish or schedule posts across platforms — Ask your AI to create or schedule a post on one or more connected social accounts using
create_post. - Fetch post analytics — Request engagement metrics like likes, comments, and impressions for any published post via
get_post_analytics. - Manage your media library — Upload images or videos with
upload_media, then list, retrieve, or delete media items as needed. - Reply to comments — Read replies on a post with
get_repliesand respond directly usingcreate_reply. - Review account metrics — Pull follower counts and profile-level stats for a connected social account through
get_account_metrics. - Check current usage — Ask how many posts you've used in the current billing period with
get_account_usage.
Documentation
Model Context Protocol (MCP)
Stop switching tabs to post on social media
Tell your AI to post to X, LinkedIn, Instagram, and 8 more platforms. One sentence. All platforms. Done. Add it as a custom connector in ChatGPT, Claude, Cursor, or any MCP client and sign in with one click.
27 tools11 platformsOne-click OAuthWorks with ChatGPT, Claude, Cursor & more
Get your API key →View documentation
✓ Live since March 2026 - 27 tools at https://mcp.outstand.so/mcp. One-click OAuth or an API key - setup takes about a minute.
01 / Conversation
Just tell your AI what to do.
No API calls. No dashboards. Just conversation.
claude · outstand-mcp
You
Post "Just shipped our new MCP integration - manage all your social media from Claude. No more switching between tabs." to X and LinkedIn
AI
Done. Published to both platforms. Your X post is live at x.com/yourhandle/status/... and your LinkedIn post is published on your company page. Want me to schedule a follow-up for tomorrow?
You
Yes, schedule a reminder thread for tomorrow at 9am.
AI
Scheduled for tomorrow at 9:00 AM. I'll post the follow-up thread on X. Anything else?
What is MCP?
MCP is like a USB port for AI. Plug in a service, and your AI can use it right away. No wrapper code. No glue logic.
Outstand's MCP server gives your AI 27 tools across 11 social platforms. Post, schedule, pull analytics, upload media - just by asking.
- ✓Works with ChatGPT, Claude, Claude Code, Cursor, Windsurf, and any MCP client
- ✓One-click OAuth sign-in as a custom connector - or the same API key you use for the REST API
- ✓Zero additional cost - included with your Outstand account
bash
One click: add this connector URL in ChatGPT,
Claude, or Cursor and sign in with OAuth.
Or connect Claude Code with an API key:
claude mcp add
-t http
-H "Authorization: Bearer ost_your_key"
outstand https://mcp.outstand.so/mcp
02 / Tools
27 tools. Every action covered.
From publishing posts to pulling analytics - your AI has the full toolkit.
Posts
Create, schedule, list, delete posts. Cross-post to multiple platforms at once.
create_postlist_postsget_postget_post_analyticsdelete_postrepost_postcreate_replyget_replies
Accounts
Manage connected social accounts. View metrics. Connect new platforms.
list_social_accountsget_social_accountdelete_social_accountconnect_blueskyget_account_metricslist_pinterest_boards
Media
Upload images and videos. Manage your media library. Attach media to posts.
upload_mediaconfirm_media_uploadlist_mediaget_mediadelete_media
Networks & Usage
Configure OAuth credentials. Manage platform connections. Track usage.
create_social_networklist_social_networksupdate_social_networkdelete_social_networkget_auth_urlget_account_usage
03 / Setup
Set up in one click.
No SDK to install. No dependencies to manage.
1
Create your account
Sign up at outstand.so and connect a social account or two. Free tier included - no credit card needed.
2
Add the connector
Paste the Outstand MCP URL into ChatGPT, Claude, Cursor, or any client, then sign in with one click. No API key needed - or pass one as a Bearer token if you prefer.
3
Start talking
Tell your AI to post, schedule, or analyze. It handles the rest - across all your connected social platforms.
04 / Clients
Works everywhere.
Connect from your favorite AI tool in seconds.
One-click OAuth (ChatGPT, Claude, Cursor, any connector)
text
Add a custom connector in your client's settings
and paste this URL - then sign in once in the browser.
No API key, no config file.
Claude Code
bash
claude mcp add -t http
-H "Authorization: Bearer ost_your_key"
outstand https://mcp.outstand.so/mcp
Claude Desktop
json
// claude_desktop_config.json { "mcpServers": { "outstand": { "command": "npx", "args": [ "mcp-remote", "https://mcp.outstand.so/mcp", "--header", "Authorization: Bearer ost_your_key" ] } } }
Cursor / Windsurf
json
// .cursor/mcp.json or .windsurf/mcp.json { "mcpServers": { "outstand": { "command": "npx", "args": [ "mcp-remote", "https://mcp.outstand.so/mcp", "--header", "Authorization: Bearer ost_your_key" ] } } }
05 / Use cases
What you can do with it.
The stuff you do every day on social media - but without leaving your AI chat.
Cross-platform posting
"Post this announcement to X, LinkedIn, and Threads." One sentence, three platforms, done.
Content scheduling
"Schedule a tweet for tomorrow at 9am." Your AI handles the timing, you handle the message.
Analytics on demand
"How did my last LinkedIn post perform?" Get likes, comments, shares, impressions, and engagement rate instantly.
Media management
Upload images and videos, then attach them to posts. Your AI handles the upload flow and returns the live URL.
Reply management
"Reply to that tweet with a thank you." Engage with your audience without leaving your AI chat.
Agentic workflows
Build AI agents that automatically manage social media - content creation, scheduling, engagement, and reporting.
06 / Platforms
11 platforms. One conversation.
No more logging into 10 different dashboards. Your AI handles all of them.
X (Twitter)
Threads
TikTok
YouTube
Bluesky
Google Business
Platform-specific features supported: Instagram Stories and Reels, YouTube Shorts, TikTok privacy controls, Pinterest boards, Google Business events and offers, and more.
Per-platform guides
LinkedIn MCP server
Setup, tools, and auth for LinkedIn →
YouTube MCP server
Setup, tools, and auth for YouTube →
Instagram MCP server
Setup, tools, and auth for Instagram →
Facebook MCP server
Setup, tools, and auth for Facebook →
X (Twitter) MCP server
Setup, tools, and auth for X (Twitter) →
TikTok MCP server
Setup, tools, and auth for TikTok →
Pinterest MCP server
Setup, tools, and auth for Pinterest →
Bluesky MCP server
Setup, tools, and auth for Bluesky →
Threads MCP server
Setup, tools, and auth for Threads →
07 / Full tool reference
All 27 tools, named.
Live at https://mcp.outstand.so/mcp since March 2026. This is the complete set - nothing is held back for a higher tier.
Posts (9)
create_postPublish or schedule a post to one or more connected accounts.list_postsList posts, filterable by account, status, and date range.get_postFetch a single post and its per-platform publish status.get_post_analyticsFetch engagement metrics for a published post.delete_postDelete a post record in Outstand.delete_remote_postDelete the published post on the social platform itself.repost_postRepost (reshare) a published post, with an optional quote where the network supports it.create_replyReply to a comment on a post published through Outstand.get_repliesRead comments and replies on a post published through Outstand.
Social accounts (6)
list_social_accountsList connected social accounts.get_social_accountFetch a single connected account.delete_social_accountDisconnect a social account.connect_blueskyConnect a Bluesky account via app password.get_account_metricsFetch follower and profile-level metrics for an account.list_pinterest_boardsList the boards available on a connected Pinterest account.
Social networks (6)
create_social_networkRegister a network configuration, including BYOK credentials.list_social_networksList configured networks.get_social_networkFetch a single network configuration.update_social_networkUpdate a network configuration.delete_social_networkDelete a network configuration.get_auth_urlGenerate an OAuth URL to connect a new account.
Media (5)
upload_mediaStart a media upload and get a signed URL.confirm_media_uploadConfirm an upload once the bytes are transferred.list_mediaList uploaded media.get_mediaFetch a single media item.delete_mediaDelete a media item.
Account (1)
get_account_usageRead current billing-period post usage.
08 / FAQ
Frequently asked questions.
Does Outstand have an MCP server?
Yes. Outstand's MCP server has been live at https://mcp.outstand.so/mcp since March 2026. It exposes 27 tools across 11 social platforms. Some third-party comparison articles still state that Outstand has no MCP server; that is incorrect and out of date.
How many tools does the Outstand MCP server expose?
27 tools, covering posts and replies, social accounts, network configuration, media upload, and account usage. The full list is on this page.
Which MCP clients are supported?
Any MCP-compatible client. Outstand is used with ChatGPT, Claude (Desktop and web), Claude Code, Cursor, Windsurf, and any other client that supports remote MCP servers. The server speaks streamable HTTP.
How do I sign in - do I need an API key?
You can connect with one-click OAuth: add Outstand as a custom connector, sign in once in the browser, and pick which organization to grant access to - no API key to copy or store. Passing an Outstand API key as a Bearer token is still fully supported for CLI clients like Claude Code and other headless setups.
Can I add Outstand as a custom connector in ChatGPT and Claude?
Yes. Add https://mcp.outstand.so/mcp as a custom connector in ChatGPT or Claude, click connect, and complete the OAuth sign-in. The connector receives a scoped access token you can revoke at any time - your client never sees a long-lived key.
Does the MCP server cost extra?
No. It is included with every Outstand account at no additional cost, and posts published through it draw on the same quota as the REST API: 3,000 posts included in the $19/month base, then $0.007/post to 10,000 and $0.005/post beyond.
What do I need to set it up?
An Outstand account and your MCP client. With OAuth you just add the connector URL and sign in - no API key, no config file, no SDK. Setup takes about a minute.
Every claim on this page is restated, dated, and citable on the facts page.
You're already talking to AI.
Now it can post for you too.
About a minute to set up. Add the connector and sign in with one click. No new tools to learn.
Get your API key →Read the docs
One-click OAuth or a Bearer API key - your choice.