What is the smart-web MCP server?
smartfetch direct-URL fetch, smartsearch web discovery, smartcrawl sites, and docs export MCP.
How to install smart-web
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"smart-web": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
]
}
}
}Claude Code
claude mcp add smart-web -- npx -y smart-web-mcp