PluginBench
MCP Server
Active
MIT

Misar.Blog MCP Server MCP Server

io.github.Misar-AI/misarblog-mcp

What is the Misar.Blog MCP Server MCP server?

Publish and manage articles, series, comments, reactions, newsletters and blog analytics.

How to install Misar.Blog MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MISARBLOG_API_KEY
    secret

    Your Misar.Blog API key (mbk_…). Create one at https://www.misar.blog/dashboard/settings/api-keys, or omit it and run the "login" tool to authenticate via browser.

  • MISARBLOG_BASE_URL

    Override the API base URL. Only needed for self-hosted instances.

  • Authorization
    required
    secret

    Misar.Blog API key. Format: Bearer mbk_… — create one at https://www.misar.blog/dashboard/settings/api-keys

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "misarblog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@misarblog/mcp"
      ],
      "env": {
        "MISARBLOG_API_KEY": "<YOUR_MISARBLOG_API_KEY>",
        "MISARBLOG_BASE_URL": "<YOUR_MISARBLOG_BASE_URL>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "misarblog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@misarblog/mcp"
      ],
      "env": {
        "MISARBLOG_API_KEY": "<YOUR_MISARBLOG_API_KEY>",
        "MISARBLOG_BASE_URL": "<YOUR_MISARBLOG_BASE_URL>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "misarblog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@misarblog/mcp"
      ],
      "env": {
        "MISARBLOG_API_KEY": "<YOUR_MISARBLOG_API_KEY>",
        "MISARBLOG_BASE_URL": "<YOUR_MISARBLOG_BASE_URL>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "misarblog-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@misarblog/mcp"
      ],
      "env": {
        "MISARBLOG_API_KEY": "<YOUR_MISARBLOG_API_KEY>",
        "MISARBLOG_BASE_URL": "<YOUR_MISARBLOG_BASE_URL>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Claude Code
claude mcp add misarblog-mcp --env MISARBLOG_API_KEY=<YOUR_MISARBLOG_API_KEY> --env MISARBLOG_BASE_URL=<YOUR_MISARBLOG_BASE_URL> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @misarblog/mcp

Related MCP servers

Send transactional email, run campaigns, manage contacts and automations, audit deliverability.

1
TypeScript
MIT
View repository →

Find and enrich leads, run multi-channel outreach, and manage the sales pipeline.

1
TypeScript
MIT
View repository →