google-search-mcp-server
@eggplantiny
关于 google-search-mcp-server
google search model context server with fetch api (unofficial)
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Everything Search MCP Server
mamertofabianBrave Search
modelcontextprotocolModel Context Protocol Servers
duckduckgo-search MCP Server
zhsamaWeb Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
评论