← Back to Plugins
MCP Server MCP

io.github.mrgulshanyadav/misarblog-mcp

github By github 👁 1 views ▲ 0 votes

Publish blog posts, manage drafts, generate AI cover images, and pull analytics from Misar.Blog.

Homepage Verified source GitHub

Install

npx -y @misarblog/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@misarblog/mcp",
      "version": "1.0.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Misar.Blog API key (starts with mbk_). Generate one at https://www.misar.blog/dashboard/settings/api-keys",
          "format": "string",
          "isSecret": true,
          "name": "MISARBLOG_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...