AI in User Research Analysis: Insights from 330+ practitioners on what works and what doesn't. Get the guide

Gemini CLI

Note: On June 18, 2026, Google transitioned their terminal experience from Gemini CLI to the new Antigravity CLI. Only Enterprise users with Gemini Code Assist licenses and API key authentication remain completely unaffected. Read more


The Condens MCP Server lets you query your Condens research directly from Gemini CLI. Once connected, you can ask Gemini questions about your published insights without leaving your workflow.

Connecting Condens to Gemini CLI via MCP is available in the Enterprise plan.

Before you start, you will need:


Connect Gemini CLI and Condens

  1. Open your Gemini CLI settings.json (read more). If it doesn't exist yet, create it. Add the following under the mcpServers key:

    1. For an EU-based server location:

        
          {  
      "mcpServers": {
          "condens-mcp": {
            "url": "https://api.condens.io/mcp"
          }
        }
      }
        
      

    2. For a US-based server location:

        
          {  
      "mcpServers": {
          "condens-mcp": {
            "url": "https://api-us.condens.io/mcp"
          }
        }
      }
        
      

      If you're unsure which region your workspace is on, the correct URL is always visible in Settings > Account > API & MCP Server in Condens.


      Note: If you already have other entries in your settings.json, add the condensMcp block inside the existing mcpServers object rather than creating a new one.

  2. Start the Gemini CLI using the following command:

      
        gemini
      
    

    Then run:

      
        /mcp auth condensMcp 
      
    

    Gemini CLI will redirect you to a new browser tab saying the app could not be authorized. This is expected: the page is showing you the Redirect URI you will need a bit later, so please copy it.

  3. Open Condens in a new tab, and then go to Settings > Account > API & MCP Server, then click on + Add MCP Client.

  4. Configure the MCP client:

    1. Add a Client name (for example, Gemini CLI) and Description, and upload a logo.

    2. Add the redirect URI from Step 2, alongside the following redirect URIs:

        
          http://127.0.0.1:*
        
      
        
          http://127.0.0.1/
        
      
        
          http://127.0.0.1
        
      
        
          http://localhost:*
        
      
        
          http://localhost/
        
      
        
          http://localhost
        
      
    3. Under Available for, select which users, roles, or user groups should have access. Once configured, these users will be able to view this MCP client in their own account in Settings > Integrations. They will still need to authorize it individually to enable it on user-level.

    4. Click Create to finish.

  5. Go back to the authorization tab from Step 2. Reload the page, and then click Continue to authorize the app. Once you confirm, the CLI will display a success message and reload the server automatically.

  6. To confirm the server is connected, run the following command:

      
        /mcp  
      
    

    You should see: condensMcp - Ready , meaning that you can now query your Condens research directly in Gemini CLI.


Didn't find what you're looking for? Send us a message and we'll get back to you.