Serper搜索MCP服务器
非官方的Serper Google搜索服务端,适用于Cline和其他MCP客户端。
快速入门
-
克隆仓库: git clone https://github.com/NightTrek/Serper-search-mcp.git cd Serper-search-mcp
-
安装依赖: pnpm install
-
构建项目: pnpm run build
-
配置API密钥: 在根目录创建
.env
文件并添加以下内容: SERPER_API_KEY=your_api_key_here -
启动服务: 按需运行构建后的文件或直接集成到支持MCP的应用中。
更多信息请查看README。