AI & ML
Trust: 39/100 (Limited)io.github.bamchi/scrapi Guide
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
4 starsby bamchi
Quick Start
Install
npx @scrapi.ai/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-bamchi-scrapi": {
"command": "npx",
"args": [
"@scrapi.ai/mcp-server"
]
}
}
}