mcpbeat Sign in

PyreCrawl MCP Server

by sanggonboy Your server? Claim it
local only

PyreCrawl runs on your own machine — the client starts it, so there is no endpoint to ping. 1 029 installs a week from pypi. Last commit 11 Sep 2026.

13 tools for AI agents: scrape, crawl, extract, map, search, papers, batch, research, monitor.

1 029
Installs / week
pypi · pyrecrawl
12
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    rc = subprocess.call([uv, "tool", "upgrade", "pyrecrawl"])

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add PyreCrawl -- uvx pyrecrawl
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "PyreCrawl": {
      "args": [
        "pyrecrawl"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.PyreCrawl]
command = "uvx"
args = ["pyrecrawl"]
.cursor/mcp.json
{
  "mcpServers": {
    "PyreCrawl": {
      "args": [
        "pyrecrawl"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "PyreCrawl": {
      "args": [
        "pyrecrawl"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to PyreCrawl

same job, measured the same way
Anakin
by anakin

Web data for AI agents: scrape, crawl, search, deep research, site monitoring, browser automation

53 installs/wk local only
Web
by rog0x

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

25 installs/wk local only
Flarum Forum Scraper - Discussion Crawler Tool
by ranovam

Search or monitor any Flarum-powered forum for discussions, replies, participants, dates, and…

answering
Content Intelligence API
by ruvendors5-ops

9 MCP tools: extract, analyze, research, compare, monitor, brief. Pay-per-call x402 or subscribe.

9 tools answering
Agentic News
by agentic-news

AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search

answering
Frase SEO
by frase

SEO, GEO & AI Visibility — research, write, optimize, publish & monitor content. 121 tools.

211 installs/wk answering
Sslwebsites
by jyswee

SSL certificate management for coding agents. Issue, renew, monitor certs. 10 tools stdio.

20 installs/wk local only
PlatformIO
by powerdragonfire

PlatformIO for AI agents: build, flash, serial monitor, tests, crash decoding, size reports.

local only

PyreCrawl — questions

Answers built from our own checks of this server.

Why is there no uptime for PyreCrawl?
PyreCrawl runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pyrecrawl was installed 1 029 times last week.
How do I connect PyreCrawl?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pyrecrawl straight from pypi; nothing to host, nothing to sign up for.
How many people use PyreCrawl?
The pypi package pyrecrawl was installed 1 029 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PyreCrawl open source?
Yes — it is published under the MIT licence, written in Python and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.