Sooshie MCP Server
Allows managing Bluesky posts and accounts through Sooshie.
Allows managing Facebook posts and accounts through Sooshie.
Allows managing Google Business Profile posts and accounts through Sooshie.
Allows managing Instagram posts and accounts through Sooshie.
Allows managing Pinterest posts and accounts through Sooshie.
Allows managing Reddit posts and accounts through Sooshie.
Allows managing Snapchat posts and accounts through Sooshie.
Allows managing Telegram posts and accounts through Sooshie.
Allows managing Threads posts and accounts through Sooshie.
Allows managing TikTok posts and accounts through Sooshie.
Allows managing YouTube posts and accounts through Sooshie.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sooshie MCP ServerGenerate a caption for our summer sale on Instagram"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sooshie MCP Server
An MCP (Model Context Protocol) server that lets AI assistants like Claude manage your social media through Sooshie — schedule posts, generate AI captions, manage accounts, and more.
What is this?
Connect your AI assistant to your Sooshie workspace and manage social media through natural conversation:
"Schedule a post about our new product launch for tomorrow at 9am on Instagram and LinkedIn"
"What posts do I have scheduled for this week?"
"Generate a witty caption about our summer sale for TikTok"
"How many failed posts do I have?"
Related MCP server: Instagram MCP Server
Tools (29)
Posts
Tool | Description |
| List posts with optional status/date filters |
| Get a specific post by ID |
| Create a new post (draft, scheduled, or publish now) |
| Update post content, media, or targets |
| Schedule a post for a specific date/time |
| Publish a post immediately |
Post Comments & Review
Tool | Description |
| Get comments on a post |
| Add a comment to a post |
| Delete a comment |
| Submit a post for approval |
| Approve or request changes on a post |
Bulk Operations
Tool | Description |
| Bulk delete multiple posts |
| Import posts from a CSV file |
| Reschedule multiple posts at once |
Post Logs
Tool | Description |
| Get activity log for a post |
| Get count of failed posts |
Accounts
Tool | Description |
| List connected social accounts |
| Check connection status of an account |
| Disconnect a social account |
Workspaces
Tool | Description |
| List all workspaces |
| Get current workspace details |
| Update workspace settings |
| List workspace team members |
| Invite a team member by email |
AI Content
Tool | Description |
| Generate a social media caption with AI |
| Rewrite existing content in a different tone |
| Get recommended posting times per platform |
Media & API Keys
Tool | Description |
| Upload an image or video |
| Delete uploaded media |
| List API keys |
| Revoke an API key |
Supported Platforms
Instagram, Facebook, LinkedIn, TikTok, YouTube, Threads, X (Twitter), Pinterest, Reddit, Bluesky, Google Business Profile, Telegram, Snapchat
Setup
1. Get your API key
Sign up at sooshie.app
Go to Settings > API Keys
Create a new API key (starts with
sk_live_)
2. Install
npm install -g @sooshie/mcp-serverOr run directly with npx:
npx @sooshie/mcp-server3. Configure Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"sooshie": {
"command": "npx",
"args": ["-y", "@sooshie/mcp-server"],
"env": {
"SOOSHIE_API_KEY": "sk_live_your_key_here",
"SOOSHIE_URL": "https://sooshie.app"
}
}
}
}4. Restart Claude Desktop
The Sooshie tools will appear in Claude's tool list.
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your Sooshie API key ( |
| No |
| Sooshie instance URL |
Examples
Create a post:
"Create a draft post about our upcoming webinar on social media strategy. Target Instagram and LinkedIn."
Schedule content:
"Schedule a post for next Tuesday at 10am EST: 'Excited to announce our new AI features! Try them free at sooshie.app'"
Generate captions:
"Generate 3 different captions for a photo of our team volunteer event. Make them professional for LinkedIn."
Check analytics:
"What posts did I publish this week? Which ones are scheduled for next week?"
Manage team:
"Invite sarah@company.com as an admin to our workspace"
Development
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
# Watch mode
npm run devLicense
MIT
Links
Sooshie — Social media scheduling platform
Documentation — Full setup guide
MCP Protocol — Model Context Protocol specification
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imjeremyadams/sooshemcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server