Back to directory
tex76/mcp-websearch

tex76/mcp-websearch

@Tex76

Web搜索MCP工具,使用Google (via Serper API) 进行搜索并提取网页内容,支持JavaScript渲染

websearchserperpuppeteergoogle-searchmcptypescriptcontext

Installation & Configuration

{
  "mcpServers": {
    "websearch": {
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "SERPER_API_KEY": "your-serper-api-key-here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15