Gemini File Search
Rank #86,201smithery/node2flow/gemini-file-search-rag
MCP server for Google's Gemini File Search and RAG (Retrieval-Augmented Generation). ## Features - Create and manage File Search stores - Upload documents (text, PDF, base64) with custom metadata and chunking config - Import existing Gemini files into stores - Track upload/operation status - Query documents using RAG with model selection and metadata filtering ## 12 Tools **Store Management**: create, list, get, delete stores **Upload & Import**: upload content directly or import existing files **Operations**: check status of store/upload operations **Documents**: list, get, delete documents in stores **RAG Query**: query documents with Gemini models (supports metadata filters) ## Configuration - GEMINI_API_KEY — Get one at https://aistudio.google.com/apikey
Gemini File Search is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #86,201 of 115,460 servers tracked on MCP Toplist. Gemini File Search is listed across 2 registries — Smithery and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 11, 2026.
Ranks ahead of 29,259 of 115,460 servers on MCP Toplist.
Use Gemini File Search
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http gemini-file-search-rag https://server.smithery.ai/node2flow/gemini-file-search-rag/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.gemini-file-search-rag]
url = "https://server.smithery.ai/node2flow/gemini-file-search-rag/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/gemini-file-search-rag/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gemini-file-search-rag": {
"url": "https://server.smithery.ai/node2flow/gemini-file-search-rag/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"gemini-file-search-rag": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/gemini-file-search-rag/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gemini-file-search-rag": {
"serverUrl": "https://server.smithery.ai/node2flow/gemini-file-search-rag/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gemini-file-search-rag": {
"url": "https://server.smithery.ai/node2flow/gemini-file-search-rag/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fnode2flow%2Fgemini-file-search-rag)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Fgemini-file-search-rag"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Fgemini-file-search-rag.svg" alt="MCP Toplist: #86,201 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
node2flow-th
Other servers by node2flow-th
- Notion#52,444
- Airtable#86,197
- Binance#86,198
- Binance TH#86,199
- Bitkub#86,200
- Gmail#86,202
- Google Calendar#86,203
- Google Docs#86,204
- Google Drive#86,205
- Google Sheets#86,206
- Line-bot#86,208
- n8n-Management#86,209
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Gemini File Search?
- Gemini File Search is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Gemini File Search listed on the Official MCP Registry?
- Gemini File Search is not on the Official MCP Registry. It is listed on Smithery and Glama.
- How many versions does Gemini File Search have?
- Gemini File Search ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Gemini File Search?
- The source code for Gemini File Search is hosted at github.com/node2flow-th/gemini-files-search-rag-mcp-community.