← Index

smart-web

io.github.rich-jojo/smart-web·v0.8.4·Web Scraping
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "smart-web": {
      "command": "npx",
      "args": [
        "-y",
        "smart-web-mcp"
      ],
      "env": {
        "SMART_WEB_SETTINGS_FILE": "<smart_web_settings_file>",
        "SMART_WEB_TMP_DIR": "<smart_web_tmp_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "smart-web": {
      "command": "npx",
      "args": [
        "-y",
        "smart-web-mcp"
      ],
      "env": {
        "SMART_WEB_SETTINGS_FILE": "<smart_web_settings_file>",
        "SMART_WEB_TMP_DIR": "<smart_web_tmp_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y smart-web-mcp
§02  Environment variables
SMART_WEB_SETTINGS_FILE

Optional path to a `smart-web` settings JSON file. If omitted, the server reads `~/.config/smart-web/settings.json` when present.

SMART_WEB_TMP_DIR

Optional temp root for smart-web dev snapshots and export staging. If omitted, smart-web uses a platform cache directory instead of an ambient home-directory temp path.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Web Scraping