Smart Web
Freeby MCP Community
Portable MCP server for web search, direct-URL fetch, site crawling, and docs export.
v0.8.4Added Apr 12, 2026
mcpweb-searchweb-fetchweb-crawlclaude-code
Smart Web MCP Server
Portable MCP server for web search, direct-URL fetch, site crawling, and docs export.
Installation
npx -y smart-web-mcp
Reviews
Installation
Quick install
npx -y smart-web-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"smart-web": {
"command": "npx",
"args": ["-y", "smart-web-mcp"]
}
}
}