Hermes Agent Social Media MCP Setup
Hermes Agent takes a URL plus headers in its MCP config and supports OAuth 2.1 with PKCE, so a hosted social media server drops straight in. This matters more on Hermes than on most agents, because its native social skill covers X only, and every other platform arrives through the MCP connection rather than a setting.
https://mcp.blotato.com/mcp OAuth or header Updated July 2026
How to connect Hermes Agent to social media
- Connect your social accounts in Blotato.
- Add the Blotato server to your Hermes MCP config with the URL https://mcp.blotato.com/mcp.
- Authenticate with a blotato-api-key header, or over OAuth 2.1 with PKCE.
- Restart the agent and confirm the tools are listed.
{
"mcpServers": {
"blotato": {
"url": "https://mcp.blotato.com/mcp",
"headers": {
"blotato-api-key": "YOUR_API_KEY"
}
}
}
} How do I know it worked?
Ask Hermes Agent 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 mistake on Hermes is assuming the native X skill is the general social capability and that the other networks need a flag or a setting somewhere. They do not exist natively at all, so nothing in the Hermes config will switch them on. They come from the MCP server or not at all.
What is different about Hermes Agent
Hermes is the only agent in this silo that ships a native posting skill of its own, which makes it the only one where the question is not whether it can post but which platforms it already reaches without help.
Vendor documentation: Hermes Agent 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 making Hermes Agent post to every platform covers what the native X skill does, and why the other eight platforms are harder.
Hermes Agent social media FAQs
01 Can Hermes Agent post to social media?
02 How do I connect Hermes Agent to social media?
03 How do I set up Hermes Agent for social media?
04 What is the best way to manage social media with Hermes Agent?
05 What goes wrong when connecting Hermes Agent?
06 Does Hermes Agent need to be running for a scheduled post to go out?
07 Do I need a developer app or platform API keys to use Hermes Agent this way?
08 What can Hermes Agent not do on social media?
09 How much does it cost to connect Hermes Agent?
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.