Skip to content
Cursor

commoncrawl mcp for Cursor

io.github.mrfentmen/commoncrawl-mcp

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

client:Cursor transport:stdio runtime:npm

Install commoncrawl mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "commoncrawl-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "commoncrawl-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

commoncrawl mcp in other clients