Back to Apps

Gemini CLI MCP Async
Supports UIby jeanchristophe13v
Enable parallel task execution in Claude Code by spawning asynchronous Gemini CLI sessions.
0 stars
Works in:Gemini CLI
Exposes:Tools
What it does
This MCP server provides an asynchronous wrapper for the Gemini CLI, allowing AI clients like Claude Code to execute multiple large-scale tasks in parallel without blocking the main session.
Tools
gemini_cli_execute: Executes Gemini CLI synchronously and returns the result immediately.gemini_cli_execute_async: Starts a Gemini CLI task in the background and returns a task ID.gemini_cli_check_result: Checks the status of an asynchronous task and returns the result if completed.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gemini-cli-mcp": {
"command": "uvx",
"args": ["gemini-cli-mcp-async"]
}
}
}
Supported hosts
- Claude Code
- Gemini CLI
Quick install
uvx gemini-cli-mcp-asyncInformation
- Pricing
- free
- Published
- 6/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
Add to settings.json mcpServers entry.Claude Desktop
{
"mcpServers": {
"gemini-cli-mcp": {
"command": "uvx",
"args": ["gemini-cli-mcp-async"]
}
}
}





