Connects your Claude workspace directly to the Misar.Blog publishing platform through 15 REST API tools. You can draft articles, publish posts, upload and generate AI cover images, organize content into series, and pull view and engagement analytics without leaving your editor. Authentication works via API key or a browser OAuth flow (the login tool opens a window, no copy-paste). Useful if you're publishing technical content or managing a blog on Misar.Blog and want to keep the entire editorial workflow inside Claude Code, Cursor, or Windsurf instead of switching to a web dashboard.
Public tool metadata for what this MCP can expose to an agent.
get_profileGet your Misar.Blog creator profileGet your Misar.Blog creator profile
No parameter schema in public metadata yet.
get_analytics_summaryGet analytics summary (views, revenue, subscribers) for a time period1 paramsGet analytics summary (views, revenue, subscribers) for a time period
daysintegerlist_my_articlesList your articles on Misar.Blog2 paramsList your articles on Misar.Blog
limitintegerstatusstringdraft · published · scheduled · archivedget_articleGet a single article by slug, including full markdown content1 paramsGet a single article by slug, including full markdown content
slugstringpublish_articlePublish a new article on Misar.Blog6 paramsPublish a new article on Misar.Blog
tagsarraytitlestringvisibilitystringpublic · subscribers · paid · privatedefault: publicschedule_atstringbody_markdownstringcover_image_urlstringcreate_draftSave an article as a draft on Misar.Blog3 paramsSave an article as a draft on Misar.Blog
tagsarraytitlestringbody_markdownstringget_seriesList all your series on Misar.BlogList all your series on Misar.Blog
No parameter schema in public metadata yet.
create_seriesCreate a new series to group related articles2 paramsCreate a new series to group related articles
titlestringdescriptionstringadd_to_seriesAdd an existing article to a series3 paramsAdd an existing article to a series
positionintegerseries_slugstringarticle_slugstringresearch_topicResearch a topic and get AI-generated insights, sources, and a content outline1 paramsResearch a topic and get AI-generated insights, sources, and a content outline
querystringgenerate_title_seoGenerate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword prompt2 paramsGenerate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword prompt
promptstringcontextstringsuggest_titlesGenerate 5 compelling, SEO-friendly article title options from your existing article content1 paramsGenerate 5 compelling, SEO-friendly article title options from your existing article content
contextstringgenerate_cover_imageGenerate a cover image using AI and upload it to the Misar.Blog CDN2 paramsGenerate a cover image using AI and upload it to the Misar.Blog CDN
sizestring1024x1024 · 1792x1024 · 1024x1792default: 1792x1024promptstringlist_commentsGet public comments for an article3 paramsGet public comments for an article
limitintegeroffsetintegerarticle_idstringget_follow_statusGet public follow status and follower count for a user by their profile UUID1 paramsGet public follow status and follower count for a user by their profile UUID
user_idstringget_reactionsGet reaction counts for an article1 paramsGet reaction counts for an article
article_idstringadd_reactionAdd a reaction to an article2 paramsAdd a reaction to an article
typestringlike · clap · bookmarkarticle_idstringremove_reactionRemove a reaction from an article2 paramsRemove a reaction from an article
typestringlike · clap · bookmarkarticle_idstringlist_newsletter_subscribersGet your newsletter subscriber list2 paramsGet your newsletter subscriber list
limitintegeroffsetintegerlist_newsletter_issuesGet your sent and scheduled newsletter issues1 paramsGet your sent and scheduled newsletter issues
limitintegerPublish & Manage Blog Posts from Claude Code
Publish blog posts, manage drafts, schedule articles, generate AI cover images, and pull analytics — all from Claude Code, Cursor, or Windsurf. Connect your Misar.Blog creator account via API key or one-click browser login (no copy-paste). 15 tools covering the full editorial workflow: write → draft → publish → series → analytics.
claude mcp add misarblog -- npx -y @misarblog/mcp
Then set your API key:
export MISARBLOG_API_KEY=mbk_your_key
{
"mcpServers": {
"misarblog": {
"command": "npx",
"args": ["-y", "@misarblog/mcp"],
"env": {
"MISARBLOG_API_KEY": "mbk_your_key"
}
}
}
}
| Tool | Description |
|---|---|
publish_article | Publish a new article or update an existing draft to published |
create_draft | Create a new draft article with title, content, tags, and series |
get_article | Fetch a single article by slug or ID |
list_my_articles | List your articles with optional status/tag/series filters |
upload_image | Upload an image to your article media library |
generate_cover_image | Generate an AI cover image for an article using a prompt |
get_series | Fetch a series by slug, including all articles in order |
create_series | Create a new article series |
add_to_series | Add an article to a series at a specific position |
get_analytics_summary | Get traffic, views, and engagement analytics for your articles |
get_profile | Fetch your Misar.Blog creator profile |
login | Authenticate via browser (opens OAuth flow, no API key needed) |
get_reactions | Get reaction counts for an article |
add_reaction | Add a reaction (like/clap/bookmark) to an article |
remove_reaction | Remove a reaction from an article |
login tool for browser OAuth)Option 1: API Key (recommended) Get your API key from your Misar.Blog dashboard and set:
export MISARBLOG_API_KEY=mbk_your_key
Option 2: Browser OAuth
Use the login tool in your MCP client — it opens a browser window for one-click authentication.
MIT — Copyright (c) 2025 G1 Technologies / Misar AI
MISARBLOG_API_KEY*secretMisar.Blog API key — get from https://www.misar.blog/settings/api
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent