CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Misar.Blog MCP Server

mrgulshanyadav/misarblog-mcp
20 toolsauthSTDIO, HTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

20 tools
get_profileGet your Misar.Blog creator profile

Get your Misar.Blog creator profile

No parameter schema in public metadata yet.

get_analytics_summaryGet analytics summary (views, revenue, subscribers) for a time period1 params

Get analytics summary (views, revenue, subscribers) for a time period

Parameters* required
daysinteger
Number of days to look backdefault: 30
list_my_articlesList your articles on Misar.Blog2 params

List your articles on Misar.Blog

Parameters* required
limitinteger
default: 20
statusstring
Filter by statusone of draft · published · scheduled · archived
get_articleGet a single article by slug, including full markdown content1 params

Get a single article by slug, including full markdown content

Parameters* required
slugstring
The article slug
publish_articlePublish a new article on Misar.Blog6 params

Publish a new article on Misar.Blog

Parameters* required
tagsarray
Up to 10 tags
titlestring
Article title
visibilitystring
one of public · subscribers · paid · privatedefault: public
schedule_atstring
ISO 8601 timestamp to schedule
body_markdownstring
Full article body in Markdown
cover_image_urlstring
Cover image URL
create_draftSave an article as a draft on Misar.Blog3 params

Save an article as a draft on Misar.Blog

Parameters* required
tagsarray
Tags for the draft
titlestring
Draft title
body_markdownstring
Full article body in Markdown
get_seriesList all your series on Misar.Blog

List all your series on Misar.Blog

No parameter schema in public metadata yet.

create_seriesCreate a new series to group related articles2 params

Create a new series to group related articles

Parameters* required
titlestring
Series title
descriptionstring
Short description
add_to_seriesAdd an existing article to a series3 params

Add an existing article to a series

Parameters* required
positioninteger
Position in series
series_slugstring
The series slug
article_slugstring
The article slug to add
research_topicResearch a topic and get AI-generated insights, sources, and a content outline1 params

Research a topic and get AI-generated insights, sources, and a content outline

Parameters* required
querystring
Research topic or question
generate_title_seoGenerate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword prompt2 params

Generate 5 SEO/AEO/GEO-optimized article titles from a topic or keyword prompt

Parameters* required
promptstring
Your article topic or target keywords
contextstring
Existing article content (optional)
suggest_titlesGenerate 5 compelling, SEO-friendly article title options from your existing article content1 params

Generate 5 compelling, SEO-friendly article title options from your existing article content

Parameters* required
contextstring
Your article content in plain text or markdown
generate_cover_imageGenerate a cover image using AI and upload it to the Misar.Blog CDN2 params

Generate a cover image using AI and upload it to the Misar.Blog CDN

Parameters* required
sizestring
one of 1024x1024 · 1792x1024 · 1024x1792default: 1792x1024
promptstring
Description of the image to generate
list_commentsGet public comments for an article3 params

Get public comments for an article

Parameters* required
limitinteger
default: 20
offsetinteger
default: 0
article_idstring
UUID of the article
get_follow_statusGet public follow status and follower count for a user by their profile UUID1 params

Get public follow status and follower count for a user by their profile UUID

Parameters* required
user_idstring
UUID of the profile
get_reactionsGet reaction counts for an article1 params

Get reaction counts for an article

Parameters* required
article_idstring
UUID of the article
add_reactionAdd a reaction to an article2 params

Add a reaction to an article

Parameters* required
typestring
Reaction type: like, clap, or bookmarkone of like · clap · bookmark
article_idstring
UUID of the article
remove_reactionRemove a reaction from an article2 params

Remove a reaction from an article

Parameters* required
typestring
Reaction type to removeone of like · clap · bookmark
article_idstring
UUID of the article
list_newsletter_subscribersGet your newsletter subscriber list2 params

Get your newsletter subscriber list

Parameters* required
limitinteger
default: 20
offsetinteger
default: 0
list_newsletter_issuesGet your sent and scheduled newsletter issues1 params

Get your sent and scheduled newsletter issues

Parameters* required
limitinteger
default: 10

@misarblog/mcp — Misar.Blog MCP Server

Publish & Manage Blog Posts from Claude Code

npm version License: MIT Node.js Version

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.

Installation

Claude Code

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

Then set your API key:

export MISARBLOG_API_KEY=mbk_your_key

Manual Configuration

{
  "mcpServers": {
    "misarblog": {
      "command": "npx",
      "args": ["-y", "@misarblog/mcp"],
      "env": {
        "MISARBLOG_API_KEY": "mbk_your_key"
      }
    }
  }
}

Tools (15)

ToolDescription
publish_articlePublish a new article or update an existing draft to published
create_draftCreate a new draft article with title, content, tags, and series
get_articleFetch a single article by slug or ID
list_my_articlesList your articles with optional status/tag/series filters
upload_imageUpload an image to your article media library
generate_cover_imageGenerate an AI cover image for an article using a prompt
get_seriesFetch a series by slug, including all articles in order
create_seriesCreate a new article series
add_to_seriesAdd an article to a series at a specific position
get_analytics_summaryGet traffic, views, and engagement analytics for your articles
get_profileFetch your Misar.Blog creator profile
loginAuthenticate via browser (opens OAuth flow, no API key needed)
get_reactionsGet reaction counts for an article
add_reactionAdd a reaction (like/clap/bookmark) to an article
remove_reactionRemove a reaction from an article

Requirements

  • Node.js >= 18
  • A Misar.Blog creator account
  • API key from your Misar.Blog dashboard (or use login tool for browser OAuth)

Authentication

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.

Links

  • Homepage: https://www.misar.blog
  • Docs: https://docs.misar.io/blog
  • npm: https://www.npmjs.com/package/@misarblog/mcp
  • Source: https://git.misar.io/misaradmin/misar-io (packages/blog-mcp-server/)

License

MIT — Copyright (c) 2025 G1 Technologies / Misar AI

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MISARBLOG_API_KEY*secret

Misar.Blog API key — get from https://www.misar.blog/settings/api

Categories
AI & LLM Tools
Registryactive
Package@misarblog/mcp
TransportSTDIO, HTTP
AuthRequired
UpdatedMay 14, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f