Back to Browse

Misarblog MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Publish and manage articles, series, comments, reactions, newsletters and blog analytics.

About

Publish and manage articles, series, comments, reactions, newsletters and blog analytics.

Remote endpoints: streamable-http: https://api.misar.io/blog/mcp

Security Report

5.2
Moderate5.2Moderate Risk

The Misar.Blog MCP server is well-architected with proper authentication controls and safe credential handling. Authentication is mandatory for all destructive operations, and browser-based login with optional API key support provides user flexibility. Permissions align well with the server's blogging/publishing purpose. Minor code quality observations around error handling and logging do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Misar.Blog API key (mbk_…). Create one at https://www.misar.blog/dashboard/settings/api-keys, or omit it and run the "login" tool to authenticate via browser.Required

Environment variable: MISARBLOG_API_KEY

Override the API base URL. Only needed for self-hosted instances.Optional

Environment variable: MISARBLOG_BASE_URL

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Misar.Blog MCP Server

Publish and manage articles, series, comments, reactions, newsletters, and analytics — from any AI assistant.

npm smithery license

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 claude

Claude Code

claude mcp add misarblog -- npx -y @misarblog/mcp@latest

Manual (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" }
    }
  }
}

Authentication

Two options — no copy-paste needed for the first:

  1. Browser login. Start the server with no key and run the login tool. 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.
  2. 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

ToolDescription
upgradeShow your current Misar.Blog plan, how much of each quota you have left, and what upgrading unlocks.
get_profileGet your Misar.Blog creator profile.
get_analytics_summaryGet analytics summary (views, revenue, subscribers) for a time period.
list_my_articlesList your articles on Misar.Blog.
get_articleGet a single article by slug, including full markdown content.
publish_articlePublish a new article (or schedule it) on Misar.Blog.
create_draftSave an article as a draft on Misar.Blog (for review before publishing).
update_articleUpdate the title, body, or tags of an existing article or draft.
search_articlesSearch PUBLISHED articles across Misar.Blog by keyword, tag, or author — including other creators' work.
research_topicResearch a topic and get AI-generated insights, sources, and a content outline.
generate_title_seoGenerate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword prompt.
suggest_titlesGenerate 5 compelling, SEO-friendly article title options from your existing article content.
generate_cover_imageGenerate a cover image using AI and upload it to the Misar.Blog CDN.
get_seriesList all your series on Misar.Blog.
create_seriesCreate a new series to group related articles.
add_to_seriesAdd an existing article to a series.
list_commentsGet public comments for an article.
get_follow_statusGet public follow status and follower count for a user by their profile UUID.
list_newsletter_subscribersGet your newsletter subscriber list.
list_newsletter_issuesGet your sent and scheduled newsletter issues.
get_reactionsGet reaction counts and your reactions for an article.
add_reactionAdd a reaction to an article.
remove_reactionRemove a specific reaction from an article.

Prompts

Reusable workflows your client exposes as slash-commands.

PromptDescription
draft_articleWrite a complete, SEO-optimised article draft and save it to Misar.Blog.
improve_seoAudit an article for SEO/AEO/GEO and apply the improvements.
write_newsletterDraft a newsletter issue from recent published articles.
article_ideasGenerate article ideas grounded in what has and has not been covered.
social_captionWrite platform-specific promotional captions for an article.
optimize_headlineGenerate and rank stronger headline options for an article.
series_planPlan a multi-part article series and set it up on Misar.Blog.
engagement_reportSummarise blog performance and recommend what to do next.

Resources

Read-only context an agent can attach without spending a tool call.

URIDescription
misarblog://profileYour Misar.Blog profile — username, display name, bio, and payout status.
misarblog://articles/recentYour 20 most recent published articles.
misarblog://articles/draftsYour unpublished drafts, so work in progress can be resumed rather than restarted..
misarblog://seriesYour series and the articles in each, in order..
misarblog://analytics/summaryViews, 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.

SkillUse when
blog-analytics-reportReport on Misar.Blog performance — views, revenue, subscribers, engagement. Use for "how is my blog doing", traffic reports, or content performance analysis.
manage-article-seriesPlan and manage a multi-part article series on Misar.Blog. Use for "series", "multi-part", "part 2", or organising related posts into a sequence.
newsletter-campaign-reportDraft and review Misar.Blog newsletter issues and subscriber performance. Use for "newsletter", "email my subscribers", or newsletter performance questions.
promote-articleWrite 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.
publish-blog-postWrite, 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.
seo-optimize-articleAudit 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

MIT © Misar AI

Reviews

No reviews yet

Be the first to review this server!