Odel
PyreCrawl

PyreCrawl

Local
@sanggonboy1PythonMITUpdated 3 days ago

One tool for AI agents to scrape, crawl, extract, map, and search the web. Self-hosted, no API keys.

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpyrecrawlv0.2.2

Run

uvx pyrecrawl

MCP client config

{
  "mcpServers": {
    "pyrecrawl": {
      "command": "uvx",
      "args": [
        "pyrecrawl"
      ]
    }
  }
}