Ask Gemini
Rank #10,139io.github.Lykhoyda/ask-gemini
Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions
Ask Gemini is a Model Context Protocol (MCP) server published by Lykhoyda. It ranks #10,139 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Ask Gemini is listed on Official MCP, with 31 tracked versions. It was first listed on Feb 24, 2026 and most recently updated on Jul 26, 2026.
Ranks ahead of 105,321 of 115,460 servers on MCP Toplist.
Use Ask Gemini
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ask-gemini -e "GMCPT_TIMEOUT_MS=<your GMCPT_TIMEOUT_MS>" -e "GMCPT_LOG_LEVEL=<your GMCPT_LOG_LEVEL>" -- npx -y @ask-llm/gemini-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ask-gemini]
command = "npx"
args = ["-y", "@ask-llm/gemini-mcp"]
[mcp_servers.ask-gemini.env]
GMCPT_TIMEOUT_MS = "<your GMCPT_TIMEOUT_MS>"
GMCPT_LOG_LEVEL = "<your GMCPT_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-gemini": {
"command": "npx",
"args": [
"-y",
"@ask-llm/gemini-mcp"
],
"env": {
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-gemini": {
"command": "npx",
"args": [
"-y",
"@ask-llm/gemini-mcp"
],
"env": {
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ask-gemini": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ask-llm/gemini-mcp"
],
"env": {
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-gemini": {
"command": "npx",
"args": [
"-y",
"@ask-llm/gemini-mcp"
],
"env": {
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-gemini": {
"command": "npx",
"args": [
"-y",
"@ask-llm/gemini-mcp"
],
"env": {
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.Lykhoyda%2Fask-gemini)<a href="https://mcptoplist.com/server/io.github.Lykhoyda%2Fask-gemini"><img src="https://mcptoplist.com/badge/io.github.Lykhoyda%2Fask-gemini.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Lykhoyda
Other servers by Lykhoyda
View all Lykhoyda servers →Available versions (31)
| Version | Published |
|---|---|
| 1.7.0 | Jul 26, 2026 |
| 1.6.17 | Jul 24, 2026 |
| 1.6.8 | Jun 5, 2026 |
| 1.6.5 | May 27, 2026 |
| 1.6.4 | May 14, 2026 |
| 1.6.3 | May 7, 2026 |
| 1.6.1 | Apr 28, 2026 |
| 1.6.0 | Apr 17, 2026 |
| 1.5.9 | Apr 14, 2026 |
| 1.5.8 | Apr 13, 2026 |
| 1.5.7 | Apr 10, 2026 |
| 1.5.6 | Apr 10, 2026 |
| 1.5.5 | Apr 9, 2026 |
| 1.5.4 | Apr 8, 2026 |
| 1.5.3 | Apr 8, 2026 |
| 1.5.0 | Apr 2, 2026 |
| 1.4.5 | Mar 12, 2026 |
| 1.4.4 | Mar 3, 2026 |
| 1.4.3 | Mar 1, 2026 |
| 1.4.2 | Mar 1, 2026 |
| 1.4.1 | Mar 1, 2026 |
| 1.4.0 | Mar 1, 2026 |
| 1.3.0 | Feb 26, 2026 |
| 1.2.7 | Feb 24, 2026 |
| 1.2.6 | Feb 24, 2026 |
| 1.2.5 | Feb 24, 2026 |
| 1.2.4 | Feb 24, 2026 |
| 1.2.3 | Feb 24, 2026 |
| 1.2.2 | Feb 24, 2026 |
| 1.2.1 | Feb 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ask Gemini?
- Ask Gemini is maintained by Lykhoyda, which publishes 10 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Ask Gemini listed on the Official MCP Registry?
- Yes — Ask Gemini is listed on the Official MCP Registry.
- How many versions does Ask Gemini have?
- MCP Toplist tracks 31 versions of Ask Gemini, most recently published on Jul 26, 2026.
- Where can I find the source code for Ask Gemini?
- The source code for Ask Gemini is hosted at github.com/Lykhoyda/ask-llm.