New: Chat with your research and get instant answers sourced from your interviews, findings, and reports. Explore AI Chat

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 MCP server URL for your account, visible in Settings > API & MCP Server > MCP in Condens just above the authorized MCP clients. Remember the correct link, so you can pick the corresponding code block shown in Stage 2, Step 2.

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.