Google Search MCP Server
@renoscriptdev
About Google Search MCP Server
A MCP server in development for Google Scholar
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-google-scholar-dev": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@gradusnikov/google-search-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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.
Frequently asked questions
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`.
Basic information
More Search MCP servers
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
DuckDuckGo Search MCP Server
nickclydeA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
3gpp-mcp
higebuAn MCP (Model Context Protocol) server that makes 3GPP specifications accessible to LLMs.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Comments