Odel
blogburst mcp server

blogburst mcp server

Local
@shensi83127JavaScriptMITUpdated 5mo ago

AI social media agent — generate content, auto-pilot posting, analytics for 9+ platforms.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmblogburst-mcp-serverv2.0.0

Run

npx -y blogburst-mcp-server

MCP client config

{
  "mcpServers": {
    "blogburst-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "blogburst-mcp-server"
      ]
    }
  }
}