mcp-web-search-server

am24check/mcp-web-search-server
★ 0 stars TypeScript Browser/Web Updated today
Standalone MCP server exposing web_search and web_fetch tools over HTTP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-web-search-serve": {
      "command": "npx",
      "args": [
        "-y",
        "am24check/mcp-web-search-server"
      ]
    }
  }
}