Setup Guide
Tutorials
Step-by-step video walkthrough for setting up Blotato with Claude Code:
The ULTIMATE Claude Code Tutorial (brand voice, quality gates, subagents)
Prerequisites
A paid Blotato subscription
Your Blotato API key (get it from Settings > API)
At least one connected social account in Settings
Claude Code
Open your terminal
Run the following command:
claude mcp add blotato \
--url https://mcp.blotato.com/mcp \
--header "blotato-api-key: YOUR_API_KEY"Replace
YOUR_API_KEYwith your Blotato API keyVerify by asking: "What social media accounts do I have connected?"
Claude Desktop / Claude Cowork
Open Claude Cowork
Go to Settings > Developer > Edit Config
Right-click
claude_desktop_config.jsonand select "Open Terminal Here"Copy this command and replace
YOUR_API_KEYwith your Blotato API key from Settings > API:
Paste the command into the terminal and run it
Blotato MCP uses API key auth, not OAuth. Install an MCP proxy like mcp-remote to handle the connection
Claude Cowork does not load your shell profile. Find your real Node.js path by running:
Use the directory from that output in your config's PATH so Claude Cowork finds Node.js.
Restart Claude Cowork
Go to Settings > Developer and confirm Blotato MCP shows as connected
Verify by asking: "What social media accounts do I have connected in Blotato?"
Cursor
Open Cursor
Go to Settings > MCP
Click "Add new MCP server"
Enter the following configuration:
Replace
YOUR_API_KEYwith your Blotato API keyVerify by asking: "What social media accounts do I have connected?"
Verify Your Connection
After setup, test the connection by asking your AI tool:
"What social media accounts do I have connected?"
The tool calls blotato_list_accounts and returns your connected platforms. If you see your accounts listed, the setup is complete.
Troubleshooting
If the MCP server connects but does not work as expected:
Double check you copy/pasted the correct API key from Settings > API. Make sure there are no extra spaces or missing characters.
Restart your Claude Code / Claude Desktop / Claude Cowork session after installing the MCP server. MCP servers load on startup.
Tell your AI tool the API key is correct and point it to the help docs. For example: "My Blotato API key is correct. Reference this doc for instructions: https://help.blotato.com/api/llm"
Verify you have a paid Blotato subscription. API access requires a paid plan.
Verify you have at least one social account connected in Settings.
If you get a JSON parsing error in your config file, validate it at jsonlint.com. A common mistake is a missing comma between sections.
Video walkthrough: Build Your AI Personal Assistant for Social Media Marketing
Last updated