Skip to content
VS Code

smart-web for VS Code

io.github.jojo-labs/smart-web

smartfetch direct-URL fetch, smartsearch web discovery, smartcrawl sites, and docs export MCP.

client:VS Code transport:stdio runtime:npm

Install smart-web in VS Code

.vscode/mcp.json

{
  "servers": {
    "smart-web": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "smart-web-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

smart-web in other clients