@misarblog/mcp
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/mcpCreate 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.
@misarblog/mcp — Misar.Blog MCP Server
Publish & manage your blog from Claude Code, Cursor, or Windsurf
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.
Installation
Claude Code
claude mcp add misarblog -- npx -y @misarblog/mcpThen set your API key:
export MISARBLOG_API_KEY=mbk_your_keyManual configuration (Cursor, Windsurf, VS Code, any MCP client)
{
"mcpServers": {
"misarblog": {
"command": "npx",
"args": ["-y", "@misarblog/mcp"],
"env": {
"MISARBLOG_API_KEY": "mbk_your_key"
}
}
}
}Cursor —
~/.cursor/mcp.json(global) or.cursor/mcp.json(project)Windsurf —
~/.codeium/windsurf/mcp_config.jsonVS Code (Copilot) —
.vscode/mcp.json, add"type": "stdio"to the server entry
Hosted remote (no local install)
Install the hosted server straight from Smithery — it runs the package for you and connects over streamable-HTTP:
npx -y @smithery/cli install misar/misarblog-mcp --client claudeOr add the remote endpoint directly and authenticate with a Bearer API key:
https://www.misar.blog/api/mcp
Authorization: Bearer mbk_your_keyRelated MCP server: WordPress MCP Server
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.
Area | Tools | Remote |
Connection & account |
| — |
| ✓ | |
Articles & drafts |
| ✓ |
Series |
| ✓ |
AI writing |
| ✓ |
Images |
| — |
| ✓ | |
Analytics |
| ✓ |
Comments & follows |
| ✓ |
Reactions |
| ✓ |
Newsletter |
| ✓ |
Full parameter tables, return shapes, and example prompts live in the MCP Tools Reference.
Usage examples
Prompts you can send directly in Claude Code or Cursor Agent mode:
Write a 1000-word article about "Why AI-first blogging changes SEO forever"
and publish it on my Misar.Blog with tags ["AI", "SEO", "blogging"].Generate a dark, futuristic cover image for an article titled "Building with MCP",
then create a draft with that image as the cover.List my published articles, create a series called "AI Writing Guide",
and add the last 3 to it in chronological order.Show me my analytics for the last 90 days.Self-hosted Misar.Blog
Point the server at your own instance with MISARBLOG_BASE_URL:
{
"mcpServers": {
"misarblog": {
"command": "npx",
"args": ["-y", "@misarblog/mcp"],
"env": {
"MISARBLOG_API_KEY": "mbk_your_key",
"MISARBLOG_BASE_URL": "https://blog.yourdomain.com"
}
}
}
}Requirements
Node.js >= 18 (package fetched automatically via
npx)A Misar.Blog creator account
An API key from your dashboard, or the
logintool
Links
Homepage — https://www.misar.blog
Docs — https://docs.misar.io/blog
Source — https://git.misar.io/misaradmin/misar-io (
packages/blog-mcp-server/)
License
MIT — Copyright (c) 2026 Misar AI Technology Pvt Ltd
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- 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.Last updated17MIT
- 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.Last updated9MIT
- Flicense-qualityDmaintenanceEnables AI assistants to manage VergeCMS blogs through natural language, providing complete CRUD operations for blogs and articles with secure browser-based authentication and automatic token persistence.Last updated
- Alicense-qualityDmaintenanceEnables comprehensive automation and management of Ghost CMS blogs through AI assistants, supporting full CRUD operations for posts, pages, members, media uploads, and bulk content management with enterprise-grade security and performance features.Last updated42MIT
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/mrgulshanyadav/misarblog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server