Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.
claude mcp add smart-web -- npx -y smart-web-mcp
claude_desktop_config.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"smart-web": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.rich-jojo--smart-web/reviews or the review_server meta-tool.
POST /mcp