← Index

BlogCaster MCP

io.github.BamaCharanChhandogi/blogcaster-mcp·v1.0.1·Other
Quality Score
67
/100

An MCP server for the BlogCaster project.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://blogcaster-mcp.rrpb2580.workers.dev/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "blogcaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "blogcaster-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "blogcaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "blogcaster-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y blogcaster-mcp
§03  MCP Quality Score  ·  methodology
freshness
17
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Other