MCP Server Overview
Use MisarSocial tools from Claude, Cursor, and other MCP-compatible AI assistants.
What is the MisarSocial MCP Server?
The MisarSocial MCP (Model Context Protocol) server exposes social media scheduling and content generation as tools that AI assistants can call directly. With it you can:
- Ask Claude or Cursor to schedule a post to your Twitter account
- Generate platform-optimized content variants without leaving your editor
- List and manage your queued posts through natural language
Setup
Add the MisarSocial MCP server to your Claude Code or Cursor configuration:
{
"mcpServers": {
"misarsocial": {
"command": "npx",
"args": ["-y", "@misar/social-mcp"],
"env": {
"MISARSOCIAL_API_KEY": "mss_your_key_here"
}
}
}
}Generate your API key at Dashboard → Settings → API Keys in social.misar.io.
Available Tools
See MCP Tools for the full tool list with input/output schemas.
| Tool | Description |
|---|---|
list_posts | List scheduled posts with optional status filter |
schedule_post | Schedule a post to a connected account |
cancel_post | Cancel a pending or queued post |
list_connections | List connected social accounts |
generate_post | Generate AI post variants for one or more platforms |
list_drafts | List draft post variants |
approve_drafts | Bulk approve draft variants |
get_stats | Get dashboard overview stats |
get_trends | Get latest TrendPulse trend snapshots |
repurpose_content | Repurpose a URL or text into platform posts |
Status
MCP server status is available at status.misar.io.
If you update the MCP server package, re-submit the updated MCP configuration to all directories you have registered it with (Smithery, npm, etc.).