Misar.Blog MCP
JSON →AI-first blogging platform MCP server â publish posts, track analytics, manage series, run newsletter campaigns.
Install
npx -y @misarblog/mcp Tools · 15
- 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
Environment variables
MISARBLOG_API_KEY