Catalog
io.github.rich-jojo/smart-web
Officialsmart-web
Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.
Web search, URL fetching, crawling, and document export capabilities.
README not available yet.
Install
Configuration
Environment variables
SMART_WEB_SETTINGS_FILEOptional path to a `smart-web` settings JSON file. If omitted, the server reads `~/.config/smart-web/settings.json` when present.
SMART_WEB_TMP_DIROptional 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.
claude_desktop_config.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp@0.8.4"
],
"env": {
"SMART_WEB_SETTINGS_FILE": "<YOUR_SMART_WEB_SETTINGS_FILE>",
"SMART_WEB_TMP_DIR": "<YOUR_SMART_WEB_TMP_DIR>"
}
}
}
}