MCP
MCP Server Overview
Use MisarPost tools from Claude, Cursor, and other MCP-compatible AI assistants.
What is the MisarPost MCP Server?
The MisarPost 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 MisarPost MCP server to your Claude Code or Cursor configuration:
{
"mcpServers": {
"misarpost": {
"command": "npx",
"args": ["-y", "@misar/post-mcp"],
"env": {
"MISARPOST_API_KEY": "msk_your_key_here"
}
}
}
}Generate your API key at Dashboard → Settings → API Keys in post.misar.io.
Available Tools
See MCP Tools for the full tool list with input/output schemas.
| Tool | Description |
|---|---|
list_connections | List connected social accounts |
get_stats | Get dashboard overview stats |
list_posts | List scheduled posts with optional status filter |
update_post | Edit a pending or queued post |
cancel_post | Cancel a pending or queued post |
schedule_post | Schedule a post to a connected account |
list_drafts | List draft post variants |
bulk_action_drafts | Bulk approve or reject draft variants |
generate_posts | Generate AI post variants for one or more platforms |
enhance_topic | Turn a raw topic into a structured content brief |
generate_plan | Generate hooks, time slots, and hashtags for a topic |
get_optimization_insights | Get optimization insights from recent post performance |
research_hashtags | Generate a tiered hashtag strategy for a keyword |
get_contentripple_usage | Get monthly ContentRipple repurpose usage |
repurpose_content | Repurpose a URL or text into platform posts |
update_content_variant | Edit a ContentRipple content variant |
schedule_content_variant | Schedule a ContentRipple variant to an account |
get_trends | Get latest TrendPulse trend snapshots |
queue_trend_drafts | Create draft variants from trend snapshots |
get_calendar | Get scheduled posts for the content calendar |
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.).