MCP.so
登录

google-search-mcp-server

@eggplantiny

关于 google-search-mcp-server

google search model context server with fetch api (unofficial)

基本信息

分类

搜索

许可证

MIT license

运行时

node

传输方式

stdio

发布者

eggplantiny

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "google-search-mcp-server-eggplantiny": {
      "command": "npx",
      "args": [
        "esno",
        "src/playground.ts"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is google-search-mcp-server?

google-search-mcp-server is a Model Context Protocol (MCP) server that exposes a single tool (google_search) to perform web scraping of Google Search results. It returns structured data including titles, URLs, and snippets, and is intended for developers who want to integrate Google search capabilities into MCP-compatible AI assistants or automation tools.

How to use google-search-mcp-server?

Install Node.js v16 or higher, clone the repository, and install dependencies with pnpm install or bun install. Start the server with npm start (stdio-based JSON-RPC). Interact via any JSON-RPC client by calling ListTools or CallTool with the google_search tool and a query argument. Option

评论

搜索 分类下的更多 MCP 服务器