Skip to content
Cursor

smart-web for Cursor

io.github.rich-jojo/smart-web

Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.

client:Cursor transport:stdio runtime:npm

Install smart-web 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": {
    "smart-web": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "smart-web-mcp"
      ],
      "env": {
        "SMART_WEB_SETTINGS_FILE": "<SMART_WEB_SETTINGS_FILE>",
        "SMART_WEB_TMP_DIR": "<SMART_WEB_TMP_DIR>"
      }
    }
  }
}

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

smart-web in other clients