← Index

dev.urlsnap/urlsnap-mcp

dev.urlsnap/urlsnap-mcp·v1.0.2·Documents & Spreadsheets
Quality Score
85
/100

Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code.

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

Your URLSnap API key from urlsnap.dev/dashboard

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