Skip to main content

MCP server that exposes Gemini web search and document question answering tools.

Project description

Gemini Search MCP

PyPI version npm version CI Tests License: MIT

Gemini Search MCP packages a Model Context Protocol server that exposes five tools:

  • web_search – Uses Gemini with Google Search grounding to answer general questions.
  • document_question_answering – Converts local documents to captioned markdown and asks Gemini to answer questions about their contents.
  • get_document_content – Converts a document to markdown and returns the full content for reading.
  • get_document_chunk – Retrieves specific chunks of large documents for easier processing.
  • get_next_chunk – Automatically continues reading from where you left off (stateful).

Installation

Python (pip)

pip install gemini-search-mcp

Node.js (npm)

npm install -g gemini-search-mcp

Usage

Set your Google API key (must have Gemini access):

export GOOGLE_API_KEY="your-key"

Run the MCP server (defaults to stdio transport):

gemini-search-mcp run
# or simply
# gemini-search-mcp

Configure Codex automatically (writes to ~/.codex/config.toml by default):

gemini-search-mcp configure --api-key "YOUR_KEY"

Configure Copilot CLI (writes to ~/.copilot/config.json):

gemini-search-mcp configure --cli-type copilot --api-key "YOUR_KEY"

Configure both Codex and Copilot CLI at once:

gemini-search-mcp configure --cli-type both --api-key "YOUR_KEY"

For npm/npx installation with custom command:

gemini-search-mcp configure --command npx --command-args -y gemini-search-mcp --api-key "YOUR_KEY"

Clear cached conversion artifacts:

gemini-search-mcp clear-cache
# 선택 옵션: --cache-dir /custom/path --remove-root

Development

Install in editable mode with testing dependencies:

pip install -e .

Ensure LibreOffice is installed and on PATH if you plan to convert non-PDF documents.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Publishing

For maintainers: See PUBLISHING.md for instructions on how to publish new versions to PyPI and npm.

Changelog

See CHANGELOG.md for a list of changes in each version.

License

MIT – all rights reserved.

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

gemini_search_mcp-0.3.1.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

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

gemini_search_mcp-0.3.1-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gemini_search_mcp-0.3.1.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.12.1.2 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.3 tqdm/4.66.5 importlib-metadata/8.7.0 keyring/25.6.0 rfc3986/1.5.0 colorama/0.4.6 CPython/3.12.7

File hashes

Hashes for gemini_search_mcp-0.3.1.tar.gz
Algorithm Hash digest
SHA256 b30450c5272aec8e726fbd4292e689491fea87303c1bc86d62c6f48246054a87
MD5 269a29110da8fc3cc17f4f99de3d8269
BLAKE2b-256 754af5a4143cf2551cd6574b5bdd040a68a5a40a9ab4b22d2b8d5a1090f3ecd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gemini_search_mcp-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.12.1.2 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.3 tqdm/4.66.5 importlib-metadata/8.7.0 keyring/25.6.0 rfc3986/1.5.0 colorama/0.4.6 CPython/3.12.7

File hashes

Hashes for gemini_search_mcp-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 86003ee6a516a0e83bc0460e2b6444d561c59f8cd04e2c5969e2051cdc43be01
MD5 148edbc414955b027d41b879c8e9dd71
BLAKE2b-256 7f704b7987f465f00d940020b4fadb6878af35ad19c5fdaf29c3b355834fab54

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