← Index

io.github.bamchi/scrapi

io.github.bamchi/scrapi·v2.0.6·Web Scraping
Quality Score
81
/100

Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

§01  Install
Remote endpoint

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

https://scrapi.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "scrapi": {
      "command": "npx",
      "args": [
        "-y",
        "@scrapi.ai/mcp-server"
      ],
      "env": {
        "SCRAPI_API_KEY": "<your-scrapi_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "scrapi": {
      "command": "npx",
      "args": [
        "-y",
        "@scrapi.ai/mcp-server"
      ],
      "env": {
        "SCRAPI_API_KEY": "<your-scrapi_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @scrapi.ai/mcp-server
§02  Environment variables
SCRAPI_API_KEY
requiredsecret

Your Scrapi API key (get one free at https://scrapi.ai/dashboard)

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Web Scraping