google-search-mcp-server
@eggplantiny
About google-search-mcp-server
google search model context server with fetch api (unofficial)
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"google-search-mcp-server-eggplantiny": {
"command": "npx",
"args": [
"esno",
"src/playground.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Search MCP servers
Brave Search
modelcontextprotocolModel Context Protocol Servers
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Comments