Misar.Blog MCP server — publish and manage articles, series, comments, reactions, newsletters, AI writing tools, cover-image generation, and
If you already use Misarblog MCP, the misarblog mcp mcp server is the piece that lets your assistant work with it directly. Misar.Blog MCP server — publish and manage articles, series, comments, reactions, newsletters, AI writing tools, cover-image generation, and analytics from Claude, Cursor, VS Code, Windsurf, and any MCP client.
Works with Claude (Desktop, Code, and web), Cursor, VS Code, Windsurf, Cline, Zed, Gemini CLI, ChatGPT, and any other MCP-compatible client — over stdio or Streamable HTTP.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
upgrade — Show your current Misar.Blog plan, how much of each quota you have left, and what upgrading unlocksget_profile — Get your Misar.Blog creator profileget_analytics_summary — Get analytics summary (views, revenue, subscribers) for a time periodlist_my_articles — List your articles on Misar.Blogget_article — Get a single article by slug, including full markdown contentpublish_article — Publish a new article (or schedule it) on Misar.Blogcreate_draft — Save an article as a draft on Misar.Blog (for review before publishing)update_article — Update the title, body, or tags of an existing article or draftsearch_articles — Search PUBLISHED articles across Misar.Blog by keyword, tag, or author — including other creators' workresearch_topic — Research a topic and get AI-generated insights, sources, and a content outlinegenerate_title_seo — Generate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword promptsuggest_titles — Generate 5 compelling, SEO-friendly article title options from your existing article contentBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: MISARBLOG_API_KEY, MISARBLOG_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Misarblog MCP's toolset — upgrade, get_profile, get_analytics_summary and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mrgulshanyadav; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| upgrade | Show your current Misar.Blog plan, how much of each quota you have left, and what upgrading unlocks. |
| get_profile | Get your Misar.Blog creator profile. |
| get_analytics_summary | Get analytics summary (views, revenue, subscribers) for a time period. |
| list_my_articles | List your articles on Misar.Blog. |
| get_article | Get a single article by slug, including full markdown content. |
| publish_article | Publish a new article (or schedule it) on Misar.Blog. |
| create_draft | Save an article as a draft on Misar.Blog (for review before publishing). |
| update_article | Update the title, body, or tags of an existing article or draft. |
| search_articles | Search PUBLISHED articles across Misar.Blog by keyword, tag, or author — including other creators' work. |
| research_topic | Research a topic and get AI-generated insights, sources, and a content outline. |
| generate_title_seo | Generate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword prompt. |
| suggest_titles | Generate 5 compelling, SEO-friendly article title options from your existing article content. |
| generate_cover_image | Generate a cover image using AI and upload it to the Misar.Blog CDN. |
| get_series | List all your series on Misar.Blog. |
{
"mcpServers": {
"misarblog": {
"command": "npx",
"args": ["-y", "@misarblog/mcp@latest"],
"env": { "MISARBLOG_API_KEY": "mbk_your_key_here" }
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MISARBLOG_API_KEY | Credential the server authenticates with. | Yes |
| MISARBLOG_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.