Google Search MCP Server
@renoscriptdev
Google Search MCP Server について
A MCP server in development for Google Scholar
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-google-scholar-dev": {
"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 agents to perform web searches via the Google Custom Search API.
How to use Google Search MCP Server?
Install via Smithery or clone the repository manually, install dependencies (fastmcp, google-api-python-client, python-dotenv), set GOOGLE_API_KEY and GOOGLE_CSE_ID in a .env file, then start the server with mcp run google_search_mcp_server.py or add it to Claude Desktop's configuration.
Key features of Google Search MCP Server
- Integrates Google Custom Search via MCP protocol
- Simple configuration with API key and CSE ID
- Supports installation via Smithery and manual setup
- Works with Claude Desktop and other MCP clients
Use cases of Google Search MCP Server
- Perform web searches from AI assistants using Google Custom Search
- Integrate Google search capabilities into Claude Desktop
- Enable MCP clients to retrieve real-time search results
FAQ from Google Search MCP Server
What credentials are required?
A Google API key (with Custom Search API enabled) and a Custom Search Engine ID (from cse.google.com) are needed.
How do I install it for Claude Desktop?
Use the Smithery CLI: npx -y @smithery/cli install @gradusnikov/google-search-mcp-server --client claude, or manually add the server to claude_desktop_config.json.
What are the runtime dependencies?
Python 3, fastmcp, google-api-python-client, python-dotenv.
「検索」の他のコンテンツ
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.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
コメント