Scrapi
Freeby MCP Community
MCP server for using ScrAPI to scrape web pages.
v0.2.8Added Apr 12, 2026
mcpweb scraperweb scrapingweb data extractorclaude
Scrapi MCP Server
MCP server for using ScrAPI to scrape web pages.
Installation
npx -y @deventerprisesoftware/scrapi-mcp
Reviews
Installation
Quick install
npx -y @deventerprisesoftware/scrapi-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"scrapi": {
"command": "npx",
"args": ["-y", "@deventerprisesoftware/scrapi-mcp"]
}
}
}