Skip to content
VS Code

blogbat for VS Code

io.github.pooriaarab/blogbat

Hosted MCP for BlogBat: read, write, generate, and publish blog articles and content.

client:VS Code transport:streamable-http

Install blogbat in VS Code

.vscode/mcp.json

{
  "servers": {
    "blogbat": {
      "type": "http",
      "url": "https://blogbat.com/api/v1/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

blogbat in other clients