MisarMisar Docs
MisarMailMisar.BlogMisarReachMisarPostMisar.DevMisarSEOMisar PlatformMisar SSO
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.

ToolDescription
list_connectionsList connected social accounts
get_statsGet dashboard overview stats
list_postsList scheduled posts with optional status filter
update_postEdit a pending or queued post
cancel_postCancel a pending or queued post
schedule_postSchedule a post to a connected account
list_draftsList draft post variants
bulk_action_draftsBulk approve or reject draft variants
generate_postsGenerate AI post variants for one or more platforms
enhance_topicTurn a raw topic into a structured content brief
generate_planGenerate hooks, time slots, and hashtags for a topic
get_optimization_insightsGet optimization insights from recent post performance
research_hashtagsGenerate a tiered hashtag strategy for a keyword
get_contentripple_usageGet monthly ContentRipple repurpose usage
repurpose_contentRepurpose a URL or text into platform posts
update_content_variantEdit a ContentRipple content variant
schedule_content_variantSchedule a ContentRipple variant to an account
get_trendsGet latest TrendPulse trend snapshots
queue_trend_draftsCreate draft variants from trend snapshots
get_calendarGet 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.).