Skip to main content

How to Connect Cursor with Tracxn MCP?

Cursor supports custom MCP servers on all plans, including the free tier.

Step 1: Add the connector

Option A β€” via Settings UI:

  1. Open Cursor β†’ Settings (Cmd/Ctrl + Shift + J)

  2. Find MCP & Integrations in the sidebar

  3. Click + Add new MCP server

  4. Fill in:

  5. Click Save

Option B β€” via config file:

  1. Open ~/.cursor/mcp.json (Mac/Linux) or %USERPROFILE%\.cursor\mcp.json (Windows). Create the file if it doesn't exist.

  2. Paste

    jSON
    {
    "mcpServers": {
    "tracxn": {
    "url": "https://platform.tracxn.com/mcp"
    }
    }
    }

3. Save and restart Cursor

Step 2: Authenticate

  1. In Cursor's MCP panel, click on the Tracxn server

  2. Click Sign in or Authenticate

  3. Sign in with your Tracxn credentials in the browser

  4. Status should turn green, with all Tracxn tools listed

Step 3: Use Tracxn

  1. Open the chat panel (Cmd/Ctrl + L)

  2. Switch to Agent mode (toggle at the bottom of the chat)

  3. Type a query

Try it:

"Find Razorpay on Tracxn and pull their full funding history and current cap table."

Cursor will request approval before each tool call. Click Run to proceed.

Did this answer your question?