mcpbeat Sign in

Commoncrawl MCP Server

local only

Commoncrawl MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

Use this MCP server to Common Crawl index discovery for historical web captures. Tools include...

Installs / week
npm · commoncrawl-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Commoncrawl MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 commoncrawl-mcp -- npx -y commoncrawl-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "commoncrawl-mcp": {
      "args": [
        "-y",
        "commoncrawl-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.commoncrawl-mcp]
command = "npx"
args = ["-y", "commoncrawl-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "commoncrawl-mcp": {
      "args": [
        "-y",
        "commoncrawl-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "commoncrawl-mcp": {
      "args": [
        "-y",
        "commoncrawl-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Commoncrawl MCP

same job, measured the same way
Prerender Buddy
by kopachlager

Local MCP tools for crawler-readability and discovery-file diagnostics.

229 installs/wk local only
Kiprio MCP Server
by kiprio

23 API tools for Claude Code — email, DNS, SSL, NLP, scraping. Free tier included.

265 installs/wk local only
Rankparse MCP
by abhibavishi

SEO MCP server — backlinks, domain authority, tech stack, and 18+ tools via Common Crawl.

73 tools answering
Evocrawl MCP Server
by superaihuman

MCP server for Evocrawl — search, scrape, and interact with the web.

24 installs/wk local only
Crawlora MCP
by crawlora

Hosted MCP: 1873 structured web-data tools for search, maps, commerce, social, gaming & finance.

answering
Exa
by exa

Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding

2 tools answering
Firecrawl MCP Server
by firecrawl

MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.

21 983 installs/wk local only
Metalift
by metalift-ai

Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools

531 installs/wk local only

Commoncrawl MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Commoncrawl MCP?
Commoncrawl MCP 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 npm package commoncrawl-mcp.
How do I connect Commoncrawl MCP?
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 commoncrawl-mcp straight from npm; nothing to host, nothing to sign up for.
Is Commoncrawl MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.