MisarBlog MCP Server
This MCP server provides a comprehensive toolkit for managing a Misar.Blog account from any AI assistant, including:
Authentication: Secure browser login (no API key needed) or API key; check auth status.
Profile & Plan: View creator profile and upgrade plan details.
Article Management: Publish (immediate/scheduled, with visibility controls: public, subscribers, paid, private); draft; update title, body, tags; list articles by status (draft, published, scheduled, archived); get article by slug with full Markdown; search across Misar.Blog by keyword, tag, or author.
AI-Powered Content: Research topics for insights, sources, and outlines; generate SEO/AEO/GEO-optimized titles (5 with strategy hints); suggest titles from existing content; generate AI cover images.
Image Upload: Upload local images to the Misar.Blog CDN.
Series Management: List, create, and add articles to series at specific positions.
Engagement: List public comments; check follow status and follower counts; manage reactions (like, clap, bookmark).
Newsletter: List subscribers and issues; use prompts to draft new issues from recent content.
Analytics: Summary views, revenue, subscribers for custom periods (up to 365 days); performance reports with recommendations.
Prompts & Resources: Reusable workflows (drafting, SEO, newsletters) and read-only resources (profile, articles, drafts).
Agent Skills: Built-in skills for analytics reports, series planning, newsletter campaigns, promotion, publishing, and SEO optimization.
Allows Windsurf (by Codeium) to publish and manage blog posts, drafts, series, and analytics on Misar.Blog.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MisarBlog MCP ServerCreate a draft about AI blogging and suggest titles."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Misar.Blog MCP Server
Publish and manage articles, series, comments, reactions, newsletters, and analytics — from any AI assistant.
23 tools · 8 prompts · 5 resources · 6 agent skills
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.
Install
Smithery (recommended)
npx -y @smithery/cli install misar/misarblog-mcp --client claudeClaude Code
claude mcp add misarblog -- npx -y @misarblog/mcp@latestManual (any client)
{
"mcpServers": {
"misarblog": {
"command": "npx",
"args": ["-y", "@misarblog/mcp@latest"],
"env": { "MISARBLOG_API_KEY": "mbk_your_key_here" }
}
}
}Ready-made configs for every client live in connectors/.
Remote (no install)
{
"mcpServers": {
"misarblog": {
"type": "streamable-http",
"url": "https://api.misar.io/blog/mcp",
"headers": { "Authorization": "Bearer mbk_your_key_here" }
}
}
}Related MCP server: WordPress MCP
Authentication
Two options — no copy-paste needed for the first:
Browser login. Start the server with no key and run the
logintool. It opens the Misar.Blog consent screen, you review the requested permissions, and the key is delivered straight back and saved to~/.misarblog/config.json.API key. Create one at https://www.misar.blog/dashboard/settings/api-keys and set
MISARBLOG_API_KEY.
Self-hosted instances: set MISARBLOG_BASE_URL.
Tools
Tool | Description |
| Show your current Misar.Blog plan, how much of each quota you have left, and what upgrading unlocks. |
| Get your Misar.Blog creator profile. |
| Get analytics summary (views, revenue, subscribers) for a time period. |
| List your articles on Misar.Blog. |
| Get a single article by slug, including full markdown content. |
| Publish a new article (or schedule it) on Misar.Blog. |
| Save an article as a draft on Misar.Blog (for review before publishing). |
| Update the title, body, or tags of an existing article or draft. |
| Search PUBLISHED articles across Misar.Blog by keyword, tag, or author — including other creators' work. |
| Research a topic and get AI-generated insights, sources, and a content outline. |
| Generate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword prompt. |
| Generate 5 compelling, SEO-friendly article title options from your existing article content. |
| Generate a cover image using AI and upload it to the Misar.Blog CDN. |
| List all your series on Misar.Blog. |
| Create a new series to group related articles. |
| Add an existing article to a series. |
| Get public comments for an article. |
| Get public follow status and follower count for a user by their profile UUID. |
| Get your newsletter subscriber list. |
| Get your sent and scheduled newsletter issues. |
| Get reaction counts and your reactions for an article. |
| Add a reaction to an article. |
| Remove a specific reaction from an article. |
Prompts
Reusable workflows your client exposes as slash-commands.
Prompt | Description |
| Write a complete, SEO-optimised article draft and save it to Misar.Blog. |
| Audit an article for SEO/AEO/GEO and apply the improvements. |
| Draft a newsletter issue from recent published articles. |
| Generate article ideas grounded in what has and has not been covered. |
| Write platform-specific promotional captions for an article. |
| Generate and rank stronger headline options for an article. |
| Plan a multi-part article series and set it up on Misar.Blog. |
| Summarise blog performance and recommend what to do next. |
Resources
Read-only context an agent can attach without spending a tool call.
URI | Description |
| Your Misar.Blog profile — username, display name, bio, and payout status. |
| Your 20 most recent published articles. |
| Your unpublished drafts, so work in progress can be resumed rather than restarted.. |
| Your series and the articles in each, in order.. |
| Views, revenue, and subscriber counts for the last 30 days — the baseline for any performance question.. |
Agent skills
Bundled in skills/ — guidance an agent loads when a task matches.
Skill | Use when |
| Report on Misar.Blog performance — views, revenue, subscribers, engagement. Use for "how is my blog doing", traffic reports, or content performance analysis. |
| Plan and manage a multi-part article series on Misar.Blog. Use for "series", "multi-part", "part 2", or organising related posts into a sequence. |
| Draft and review Misar.Blog newsletter issues and subscriber performance. Use for "newsletter", "email my subscribers", or newsletter performance questions. |
| Write platform-specific promotional copy for a Misar.Blog article. Use for "share this post", "social caption", "promote my article", or writing X/LinkedIn/Reddit copy. |
| Write, draft, and publish an article on Misar.Blog. Use when the user wants to write a post, publish an article, save a draft, or turn notes into a blog post. |
| Audit and improve an existing Misar.Blog article for SEO, AEO, and AI-answer-engine citability. Use for "improve SEO", "why isn't this ranking", "meta description", or "optimise for AI search". |
Safety
Destructive and irreversible actions are annotated (destructiveHint) so
clients can prompt before running them. The skills instruct agents to confirm
before anything that sends mail, publishes content, or is otherwise visible to
other people.
Discovery (initialize, tools/list, prompts/list, resources/list)
never requires credentials, so registries can index the server without one.
Every action does.
Links
Website — https://www.misar.blog
App — https://www.misar.blog
Documentation — https://docs.misar.io/blog
Smithery skills — publish-blog-post, seo-optimize-article, promote-article, manage-article-series, blog-analytics-report, newsletter-campaign-report
MIT © Misar AI
Maintenance
Related MCP Servers
- AlicenseBqualityAmaintenanceAn implementation of the Model Context Protocol Server that allows AI clients like Cursor or Claude Desktop to manage Ghost CMS blogs by exposing capabilities like creating posts, adding tags, and uploading images.35227MIT

WordPress MCPofficial
AlicenseBqualityFmaintenanceA WordPress plugin that implements the Model Context Protocol to enable AI models and applications to interact with WordPress sites in a structured and secure way.536944ISC- Alicense-qualityDmaintenanceEnables AI assistants to manage Halo blog systems through natural language, supporting article creation/editing/publishing, categories, tags, attachments, and includes 10 AI writing prompts for content optimization and SEO.17MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage WordPress sites through natural conversation, supporting post creation, content updates, site queries, and draft-to-publish workflows via the WordPress REST API.9MIT
Related MCP Connectors
Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Publish web pages straight from your AI assistant and share them with a link.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Misar-AI/misarblog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server