Misar IO Docs

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:

claude_desktop_config.json
{
  "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.

ToolDescription
list_postsList scheduled posts with optional status filter
schedule_postSchedule a post to a connected account
cancel_postCancel a pending or queued post
list_connectionsList connected social accounts
generate_postGenerate AI post variants for one or more platforms
list_draftsList draft post variants
approve_draftsBulk approve draft variants
get_statsGet dashboard overview stats
get_trendsGet latest TrendPulse trend snapshots
repurpose_contentRepurpose 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.).