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

Cursor

The Condens MCP Server lets you bring your research directly into Cursor. Use it to ask Cursor's agent questions about your insights and get answers grounded in your Condens data, without switching tools.

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

Before you start, you will need:

  • A Condens account with Admin access to add an MCP client and enable the MCP Server for your workspace

  • The Cursor app installed on your computer


Stage 1: Add a new MCP client in Condens

In Condens, an Admin needs to:

  1. Go to Settings > Workspace > API & MCP Server.

  2. Click Add MCP Client.

  3. Configure your MCP client:

    1. Add client name, description, and logo.

    2. Add these Redirect URIs:

        
          cursor://anysphere.cursor-mcp/oauth/callback
        
      
        
          https://www.cursor.com/agents/mcp/oauth/callback
        
      
        
          http://localhost*
        
      
        
          http://localhost/
        
      
        
          http://localhost
        
      

    3. Set which users, roles, or user groups this MCP client is Available for. Once the client is configured, these users will be able to connect to this MCP client via their own account.

    4. Once you're done, click on Create.

  4. Check the correct MCP server URL, visible in your MCP Server Settings in Condens just above the authorized MCP clients — you will need to copy and paste it . Depending on your server location, it's either:

    https://api.condens.io/mcp (EU) or https://api-us.condens.io/mcp (US).

Stage 2: Create a custom MCP in Cursor

In the Cursor app:

  1. Open Cursor settings and go to the Tools & MCPs section. There, click on Add Custom MCP.

  2. Replace the mcp.json file's content with:

    1. For an EU-based server location:

        
          {  
      "mcpServers": {
          "condens-mcp": {
            "url": "https://api.condens.io/mcp"
          }
        }
      }
        
      
    2. For a US-based server:

        
          {  
      "mcpServers": {
          "condens-mcp": {
            "url": "https://api-us.condens.io/mcp"
          }
        }
      }
        
      
  3. Click Save File.

  4. Your Condens MCP server should be visible in the Home MCP Servers list. From there, please click Connect to authorize it.

  5. You will be redirected to a new tab to confirm the connection between Cursor and your Condens account. Click Continue.

That's all! You should be able to see Condens enabled and ready to use.


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