Skip to main content

MCP Server for web search via Gemini's grounding API

Project description

MCP Search Server

A Model Context Protocol (MCP) server that provides web search capabilities via Gemini's grounding API.

Features

  • 🔍 Real-time web search powered by Google Gemini
  • ⚡ Built-in caching (5 min TTL)
  • 🎯 Structured search results (Title + URL + Summary)
  • 🌍 Multi-language support

Installation

pip install mcp-search-server

Configuration

Set environment variables:

export MCP_SEARCH_URL="http://localhost:8045/v1/messages"
export MCP_SEARCH_API_KEY="your-api-key"
export MCP_SEARCH_MODEL="gemini-3-flash"  # or gemini-3-pro-high
export MCP_SEARCH_CACHE_TTL="300"  # seconds

Usage

As MCP Server (with Zed, Claude Desktop, etc.)

{
  "mcpServers": {
    "mcp-search": {
      "command": "python",
      "args": ["-m", "mcp_search"],
      "env": {
        "MCP_SEARCH_URL": "http://localhost:8045/v1/messages",
        "MCP_SEARCH_API_KEY": "your-api-key",
        "MCP_SEARCH_MODEL": "gemini-3-flash"
      }
    }
  }
}

As Python Library

import asyncio
from mcp_search import do_search

result = asyncio.run(do_search(
  query="latest AI news",
  model="gemini-3-flash"
))
print(result)

Tool Parameters

Parameter Type Required Description
query string Search keywords
model string Model ID (default: gemini-3-flash)

Requirements

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_gemini_search-0.3.1.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_gemini_search-0.3.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file mcp_gemini_search-0.3.1.tar.gz.

File metadata

  • Download URL: mcp_gemini_search-0.3.1.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.7

File hashes

Hashes for mcp_gemini_search-0.3.1.tar.gz
Algorithm Hash digest
SHA256 af61ed172dbe02a8b06d3b51662aeea335edf5005876b7f6378448a2fb21b76d
MD5 dd9f3ad55ea959c37dacdbbc137a37a9
BLAKE2b-256 21c625c13e31a7de56138df7c0495f175f7016dc273f171bb0a3d79c84bce640

See more details on using hashes here.

File details

Details for the file mcp_gemini_search-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_gemini_search-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 821812b397ef49837767141857424fb200950f3627df5fc52ea30eb5026286e8
MD5 477edad0ae36ead0bc05115a1f094250
BLAKE2b-256 486e8b04f096d7701655f9408b2ba62a05be8baaad3c69914d0bcecabfb9e1a1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page