smart-web for Cursor
io.github.jojo-labs/smart-web
smartfetch direct-URL fetch, smartsearch web discovery, smartcrawl sites, and docs export MCP.
client:Cursor
transport:stdio
runtime:npm
Install smart-web in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"smart-web": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs