Serper MCP Server
About
Access Google Search results using the Serper API.
Details
- Author
- garylab
- Categories
- Search, API, Other
Jump to
Setup
Install Serper MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/garylab/serper-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol server that providesGoogle Search via Serper. This server enables LLMs to get search result information from Google.
- google_search- Setall the parameters
- google_search_images- Setall the parameters
- google_search_videos- Setall the parameters
- google_search_places- Setall the parameters
- google_search_maps- Setall the parameters
- google_search_reviews- Setall the parameters
- google_search_news- Setall the parameters
- google_search_shopping- Setall the parameters
- google_search_lens- Setall the parameters
- google_search_scholar- Setall the parameters
- google_search_patents- Setall the parameters
- google_search_autocomplete- Setall the parameters
- webpage_scrape- Setall the parameters
To install Serper MCP Server for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @garylab/serper-mcp-server --client claude
-
Make sure you had installeduvon your os system.
In your MCP client code configuration orClaudesettings (fileclaude_desktop_config.json) addserpermcp server:
{ "mcpServers": { "serper": { "command": "uvx", "args": ["serper-mcp-server"], "env": { "SERPER_API_KEY": "<Your Serper API key>" } } } }
uvwill download mcp server automatically usinguvxfrompypi.organd apply to your MCP client.
-
Addserper-mcp-serverto your MCP client coderequirements.txtfile.
{ "mcpServers": { "serper": { "command": "python3", "args": ["-m", "serper_mcp_server"], "env": { "SERPER_API_KEY": "<Your Serper API key>" } } } }
-
Make sure thepiporpip3is in your os system.
pip install serper-mcp-server # or pip3 install serper-mcp-server
MCP client code configuration orClaudesettings, addserpermcp server:
{ "mcpServers": { "serper": { "command": "python3", "args": ["serper-mcp-server"], "env": { "SERPER_API_KEY": "<Your Serper API key>" } } } }
You can use the MCP inspector to debug the server. Foruvxinstallations:
npx @modelcontextprotocol/inspector uvx serper-mcp-server
Or if you've installed the package in a specific directory or are developing on it:
git clone https://github.com/garylab/serper-mcp-server.git cd serper-mcp-server npx @modelcontextprotocol/inspector uv run serper-mcp-server -e SERPER_API_KEY=<the key>
serper-mcp-server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Search the web using Kagi's search API
Multi-provider search broker for AI agents. Routes across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF ranking, content extraction, and budget enforcement.
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
Perform web, news, and image searches using the Microsoft Bing Search API.
An MCP server for web and local search using the Brave Search API.
Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.
An MCP server for the Brave Search API, providing web and local search capabilities via a streaming SSE interface.
An MCP server for the Brave Search API, providing both web and local search capabilities.
Search for cocktail recipes using the cezzis.com API.
Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




