Labsco
mrgulshanyadav logo

Misar.Blog MCP

from mrgulshanyadav

AI-first blogging platform MCP server โ€” publish posts, track analytics, manage series, run newsletter campaigns.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

@misarblog/mcp โ€” Misar.Blog MCP Server

Publish & manage your blog from Claude Code, Cursor, or Windsurf

npm version License: MIT Node.js Version Smithery

Publish blog posts, manage drafts, organize series, run AI research/title/cover-image generation, and pull analytics โ€” all from your AI coding environment. Connect your Misar.Blog creator account via an API key or the one-click login browser flow (no copy-paste).

The stdio package exposes 23 tools. On the hosted Smithery remote (streamable-HTTP), 20 are available โ€” the three local-only tools (login, status, upload_image) require a local process and are not exposed over remote HTTP.


Authentication

Option 1 โ€” API key (recommended). Generate a key at Dashboard โ†’ Settings โ†’ API Keys (it starts with mbk_), then set MISARBLOG_API_KEY. Keys are rate-limited to 100 req/min and can be revoked or regenerated at any time.

Option 2 โ€” browser login (stdio only). Omit MISARBLOG_API_KEY and call the login tool as your first request. It starts a temporary 127.0.0.1 listener, opens https://www.misar.blog/dashboard/settings/api?mcp_port=<port>, and saves the returned key to ~/.misarblog/config.json โ€” no clipboard involved. The listener is local-only and shuts down after 120 seconds.


Tools

23 tools over stdio; the 20 marked โœ“ are also available on the Smithery remote.

AreaToolsRemote
Connection & accountlogin, statusโ€”
get_profileโœ“
Articles & draftslist_my_articles, get_article, publish_article, create_draftโœ“
Seriesget_series, create_series, add_to_seriesโœ“
AI writingresearch_topic, generate_title_seo, suggest_titlesโœ“
Imagesupload_imageโ€”
generate_cover_imageโœ“
Analyticsget_analytics_summaryโœ“
Comments & followslist_comments, get_follow_statusโœ“
Reactionsget_reactions, add_reaction, remove_reactionโœ“
Newsletterlist_newsletter_subscribers, list_newsletter_issuesโœ“

Full parameter tables, return shapes, and example prompts live in the MCP Tools Reference.


Self-hosted Misar.Blog

Point the server at your own instance with MISARBLOG_BASE_URL:

Copy & paste โ€” that's it
{
  "mcpServers": {
    "misarblog": {
      "command": "npx",
      "args": ["-y", "@misarblog/mcp"],
      "env": {
        "MISARBLOG_API_KEY": "mbk_your_key",
        "MISARBLOG_BASE_URL": "https://blog.yourdomain.com"
      }
    }
  }
}

Links

License

MIT โ€” Copyright (c) 2026 Misar AI Technology Pvt Ltd