smart-web
About
Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SMART_WEB_SETTINGS_FILE SMART_WEB_TMP_DIRClaude Code
claude mcp add --env SMART_WEB_SETTINGS_FILE= --env SMART_WEB_TMP_DIR= smart-web -- npx smart-web-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"smart-web","command":"npx","args":["smart-web-mcp"],"env":{"SMART_WEB_SETTINGS_FILE":"","SMART_WEB_TMP_DIR":""}}'
JSON
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"smart-web-mcp"
],
"env": {
"SMART_WEB_SETTINGS_FILE": "",
"SMART_WEB_TMP_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.