Back to Apps

Serper API MCP Server
Supports UIby traia-io
MCP server integrating Serper.dev for high-quality Google Search results via AI agents.
0 stars
Works in:claude
Exposes:Tools
What it does
This server integrates the Serper.dev API into the Model Context Protocol, allowing AI agents to perform real-time web searches and retrieve accurate Google search results for grounding and research.
Tools
- example_tool: Placeholder tool for Serper API integration (actual toolset follows Serper.dev documentation).
Installation
Add the following to your claude_desktop_config.json (ensure SERPER_API_KEY is set in your environment):
{
"mcpServers": {
"serper-api": {
"command": "uv",
"args": ["run", "python", "-m", "server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run python -m serverInformation
- Pricing
- freemium
- Published
- 7/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"serper-api": {
"command": "uv",
"args": ["run", "python", "-m", "server"]
}
}
}






