Skip to content
Cursor

crawlforge mcp server for Cursor

io.github.mysleekdesigns/crawlforge-mcp-server

Web scraping, crawling, deep research & autonomous extraction — 31 MCP tools, clean Markdown/JSON

client:Cursor transport:stdio runtime:npm

Install crawlforge mcp server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "crawlforge-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "crawlforge-mcp-server"
      ],
      "env": {
        "CRAWLFORGE_API_KEY": "<CRAWLFORGE_API_KEY>",
        "DATAFORSEO_LOGIN": "<DATAFORSEO_LOGIN>",
        "DATAFORSEO_PASSWORD": "<DATAFORSEO_PASSWORD>"
      }
    }
  }
}

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

crawlforge mcp server in other clients