Google Search MCP Server
@gradusnikov
关于 Google Search MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"google-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@gradusnikov/google-search-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Search MCP Server?
A Model Context Protocol (MCP) server that provides Google Custom Search functionality, allowing AI assistants to perform web searches via the Google Custom Search API.
How to use Google Search MCP Server?
Install via Smithery (npx -y @smithery/cli install @gradusnikov/google-search-mcp-server --client claude) or manually by cloning the repo, installing dependencies (fastmcp, google-api-python-client, python-dotenv), and configuring GOOGLE_API_KEY and GOOGLE_CSE_ID in a .env file. Start the server with mcp run google_search_mcp_server.py or add it to the Claude Desktop configuration.
Key features of Google Search MCP Server
—
Use cases of Google Search MCP Server
—
FAQ from Google Search MCP Server
—
搜索 分类下的更多 MCP 服务器
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
Web 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.
Tavily Mcp
tavily-aiProduction ready MCP server with real-time search, extract, map & crawl.
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
评论