OpenClaw Social Media MCP Setup
OpenClaw registers a social media MCP server from the command line rather than a config file you hand-edit. Run openclaw mcp add with the Blotato URL and a header, and the server joins OpenClaw's own client-side registry, which it then projects into eligible runtimes. Because OpenClaw is self-hosted you get both auth paths: a header for unattended runs, or openclaw mcp login for OAuth.
https://mcp.blotato.com/mcp OAuth or header Updated July 2026
How to connect OpenClaw to social media
- Connect your social accounts in Blotato and copy your API key from Settings then API.
- Register the server: openclaw mcp add with --url https://mcp.blotato.com/mcp and a --header flag carrying your key.
- Check it registered with openclaw mcp list, and openclaw mcp tools to see the tools it exposes.
- For OAuth instead of a header, use openclaw mcp login rather than passing --header.
openclaw mcp add blotato --url https://mcp.blotato.com/mcp --transport http --header blotato-api-key:YOUR_API_KEY How do I know it worked?
Ask OpenClaw to list your connected accounts. It calls
blotato_list_accounts and returns your platforms, which confirms both the connection and
the authentication in one step. If you see your accounts, setup is done.
What social media accounts do I have connected?
Worth knowing before you rely on it: analytics prompts only return data for X, Instagram, Facebook, Threads, and Bluesky. The other four platforms publish normally but report no metrics yet.
What breaks, and how to fix it
The consideration specific to a self-hosted agent is that nothing supervises it. If you run OpenClaw unattended, the header path is safer, because an OAuth session that expires while nobody is watching turns into an agent that silently stops publishing rather than one that prompts you to reconnect. If tools do not appear, openclaw mcp doctor and openclaw mcp probe report on the registration before you start editing config by hand.
What is different about OpenClaw
OpenClaw is the only client here that is both an MCP server and an MCP client: openclaw mcp serve exposes OpenClaw itself, while the other subcommands manage outbound servers like Blotato. It also has a real CLI registry with doctor and probe diagnostics, so you debug a connection with commands rather than by re-reading a JSON file.
Vendor documentation: OpenClaw MCP setup. For how a client discovers and calls tools once connected, see the MCP client concepts reference.
Already connected and want the workflow?
This page covers the connection. Our guide to building a social media manager on OpenClaw covers skill file versus CLI versus MCP, and what breaks when an agent posts unattended.
OpenClaw social media FAQs
01 Can OpenClaw post to social media?
02 How do I connect OpenClaw to social media?
03 How do I set up OpenClaw for social media?
04 What is the best way to manage social media with OpenClaw?
05 What goes wrong when connecting OpenClaw?
06 Does OpenClaw need to be running for a scheduled post to go out?
07 Do I need a developer app or platform API keys to use OpenClaw this way?
08 What can OpenClaw not do on social media?
09 How much does it cost to connect OpenClaw?
Connecting a different agent?
Same endpoint, same accounts, one setup per client. The AI agents for social media hub covers what all of them share, including every tool your agent can call.