Skip to main content

How to Connect Gemini with Tracxn MCP?

Connect to Gemini

Gemini's MCP support varies by surface.

Gemini CLI

  1. Install Gemini CLI: npm install -g @google/gemini-cli

  2. Open the Gemini CLI settings file:

    • Mac/Linux: ~/.gemini/settings.json

    • Windows: %USERPROFILE%\.gemini\settings.json

  3. Add Tracxn to the mcpServers section:

json
{
"mcpServers": {
"tracxn": {
"httpUrl": "https://platform.tracxn.com/mcp"
}
}
}

4. Save and launch Gemini CLI. Run /mcp to verify Tracxn is connected.

5. Authenticate via OAuth when prompted on first use.

Gemini Enterprise on Google Cloud

Gemini Enterprise supports custom MCP server data stores. Setup requires Google Cloud admin permissions. Contact your Tracxn account manager for setup guidance.

Gemini consumer app (gemini.google.com)

Google has not yet released custom MCP connector support in the Gemini consumer app. For Gemini-style AI chat with Tracxn data today, use Claude, ChatGPT, or Cursor.

Did this answer your question?