{
  "inputs": [],
  "servers": {
    "misarblog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@misarblog/mcp@latest"
      ],
      "env": {
        "MISARBLOG_API_KEY": "mbk_YOUR_KEY_HERE"
      }
    }
  }
}
