Google Search MCP Server
A Model Context Protocol (MCP) server that provides Google Custom Search functionality.
Installation
Installing via Smithery
To install google-search-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @gradusnikov/google-search-mcp-server --client claude
Manual Installation
- Clone the repository:
git clone https://github.com/gradusnikov/google-search-mpc-server.git
cd google-search-mpc-server
- Install dependencies:
pip install fastmcp google-api-python-client python-dotenv
Configuration
Create a .env
file in the project root with the following variables:
GOOGLE_API_KEY=your_google_api_key
GOOGLE_CSE_ID=your_custom_search_engine_id
To obtain these credentials:
- Create a Google Cloud project and enable the Custom Search API
- Generate an API key from the Google Cloud Console
- Create a Custom Search Engine at https://cse.google.com/cse/all and get its ID
Usage
Start the server using MCP:
mcp run google_search_mcp_server.py
or add the server to Claude Desktop app CLAUDE_DIRECTORY/claude_desktop_config.json. For example if you are using Windows Subsystem for Linux (WSL) it may look like this:
"google-search": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"source /home/[user]/anaconda3/etc/profile.d/conda.sh && conda activate mcp && /home/[user]/anaconda3/bin/mcp run /home/[user]/google-search-mpc-server/google_search_mcp_server.py"
]
},
Google Search MCP Server
Project Details
- gradusnikov/google-search-mcp-server
- Last Updated: 4/10/2025
Categories
Recomended MCP Servers
A flexible HTTP fetching Model Context Protocol server.
[Self-hosted] A Model Context Protocol (MCP) server implementation that provides a web search capability over stdio transport. This...
MCP web research server (give Claude real-time info from the web)
MCP Server for Hackernews
MCP server for fetch web page content using Playwright headless browser.
A Model Context Protocol (MCP) server that provides tools for fetching dependency information from Clojars, the Clojure community's...
🚀🚀🚀feapder is an easy to use, powerful crawler framework | feapder是一款上手简单,功能强大的Python爬虫框架。内置AirSpider、Spider、TaskSpider、BatchSpider四种爬虫解决不同场景的需求。且支持断点续爬、监控报警、浏览器渲染、海量数据去重等功能。更有功能强大的爬虫管理系统feaplat为其提供方便的部署及调度