google-search-mcp-server
@eggplantiny
About google-search-mcp-server
google search model context server with fetch api (unofficial)
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
Basic information
More Search MCP servers
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
Tavily Mcp
tavily-aiProduction ready MCP server with real-time search, extract, map & crawl.
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Baidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Comments