← Index

io.github.Custodia-Admin/pagebolt

io.github.Custodia-Admin/pagebolt·v1.8.2·Documents & Spreadsheets
Quality Score
84
/100

Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pagebolt": {
      "command": "npx",
      "args": [
        "-y",
        "pagebolt-mcp"
      ],
      "env": {
        "PAGEBOLT_API_KEY": "<your-pagebolt_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pagebolt": {
      "command": "npx",
      "args": [
        "-y",
        "pagebolt-mcp"
      ],
      "env": {
        "PAGEBOLT_API_KEY": "<your-pagebolt_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y pagebolt-mcp
§02  Environment variables
PAGEBOLT_API_KEY
requiredsecret

Your PageBolt API key (get one free at https://pagebolt.dev)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets