Gemini MCP Server
Rank #13,582glama/philschmid/gemini-mcp-server
A Model Context Protocol server that enables LLMs to perform web searches using Google's Gemini API and return synthesized responses with citations.
Gemini MCP Server is a Model Context Protocol (MCP) server published by philschmid. It ranks #13,582 of 115,460 servers tracked on MCP Toplist, and its repository has 53 GitHub stars. Gemini MCP Server is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on May 29, 2025.
Ranks ahead of 101,878 of 115,460 servers on MCP Toplist.
Use Gemini MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gemini-mcp-server https://gemini-mcp-server-231532712093.europe-west1.run.app/mcp/[mcp_servers.gemini-mcp-server]
url = "https://gemini-mcp-server-231532712093.europe-west1.run.app/mcp/"Add to ~/.codex/config.toml.
https://gemini-mcp-server-231532712093.europe-west1.run.app/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gemini-mcp-server": {
"url": "https://gemini-mcp-server-231532712093.europe-west1.run.app/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gemini-mcp-server": {
"type": "http",
"url": "https://gemini-mcp-server-231532712093.europe-west1.run.app/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gemini-mcp-server": {
"serverUrl": "https://gemini-mcp-server-231532712093.europe-west1.run.app/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gemini-mcp-server": {
"url": "https://gemini-mcp-server-231532712093.europe-west1.run.app/mcp/"
}
}
}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/glama%2Fphilschmid%2Fgemini-mcp-server)<a href="https://mcptoplist.com/server/glama%2Fphilschmid%2Fgemini-mcp-server"><img src="https://mcptoplist.com/badge/glama%2Fphilschmid%2Fgemini-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
philschmid
Other servers by philschmid
View all philschmid servers →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 MCP Server?
- Gemini MCP Server is maintained by philschmid, which publishes 3 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Gemini MCP Server listed on the Official MCP Registry?
- Gemini MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Gemini MCP Server have?
- Gemini MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Gemini MCP Server?
- The source code for Gemini MCP Server is hosted at github.com/philschmid/gemini-mcp-server.