Back to blog

How to Integrate Interview Trix with Claude

By Anup Kumar3 min read
How to Integrate Interview Trix with Claude

Install the official interviewtrix Claude plugin or add a custom MCP connector. OAuth setup, included skills, CLI install, test prompts, and troubleshooting.

Claude integration options

  • Method A — Official interviewtrix plugin (recommended) — Skills + MCP, OAuth, no manual URL paste.

  • Method B — Custom MCP connector — For staging URLs or when the plugin is unavailable.


Claude tutorial: Watch on YouTube


Step 0 — Set up Interview Trix connectors

Do this before connecting ChatGPT, Claude, or Gemini.


0.1 Open AI connectors in Interview Trix

  1. Sign in at interviewtrix.com.

  2. Go to Dashboard → Profile → AI connectors (direct link).

  3. Copy the MCP server URL and OpenAPI schema URL from the Connection section.

Interview Trix AI connectors settings page placeholder


0.2 Generate an access token (when needed)

  1. On the same page, enter a token name (e.g. ChatGPT Custom GPT, Gemini Gem).

  2. Click Generate token.

  3. Copy the full token immediately — Interview Trix will not show it again.

  4. Store it in your password manager or paste it directly into the AI app setup.

Skip token generation for OAuth-only flows (ChatGPT MCP connector, Claude plugin, Gemini Connected App).


Production server URLs

MCP server URL:
https://mcp.interviewtrix.com/mcp

OpenAPI schema URL:
https://mcp.interviewtrix.com/api/connector/v1/openapi.json

0.3 Verify the connector (optional)

curl -s https://mcp.interviewtrix.com/.well-known/oauth-authorization-server | jq .

curl -s -H "Authorization: Bearer YOUR_TOKEN" \
  https://mcp.interviewtrix.com/api/connector/v1/entitlements | jq .




Method A — Official plugin (recommended)

Requirements

  • claude.ai, Claude Desktop, or Claude Code

  • Plugin name: interviewtrix

  • MCP endpoint (auto-configured): https://mcp.interviewtrix.com/mcp


Step-by-step (claude.ai / Desktop)

  1. Open Customize → Plugins → Browse plugins.

  2. Search for interviewtrixInstall.

  3. Start a new chat. Ask: List my Interview Trix resumes.

  4. On first tool use, click Connect and approve OAuth on Interview Trix.

Claude plugin install screen placeholder


Claude Code CLI

/plugin install interviewtrix

# Developers: validate a local checkout
claude plugin validate ./interviewtrix-claude-plugin

Included skills

  • manage-resumes — list, create, import, update resumes

  • prepare-for-a-job — plan, credits, tailoring, mock setup

  • score-resume-for-a-job — ATS scoring and keyword gaps

  • start-mock-interview — 15 or 30 minute mock with join link

  • review-interview-results — past scores and iX reports


Test prompts

List my Interview Trix resumes.

Create a new resume from scratch using the Meridian template for a Product Manager role.

Score my resume for this job description: [paste JD]

Start a 15-minute mock interview for Product Manager using that resume.

How did I do on my last interview?

Note: Claude uses structured text and deep links. Inline widget cards are optimized for ChatGPT.


Method B — Custom MCP connector

  1. Customize → Connectors → + Add custom connector

  2. Name: Interview Trix

  3. URL: https://mcp.interviewtrix.com/mcp

  4. Enable in a new chat → complete OAuth

Claude custom MCP connector placeholder


Troubleshooting

  • No Connect button: Ask to list resumes to trigger a tool call first.

  • Plugin not in search: Use custom connector or /plugin install interviewtrix in Claude Code.

  • Wrong account: Revoke tokens at Profile → AI connectors and reconnect.

Also see: ChatGPT guide · Gemini guide


Security and privacy

  • Revoke unused tokens under Profile → AI connectors.

  • Disconnecting a plugin in ChatGPT or Claude does not revoke server-side tokens — revoke explicitly if needed.

  • See the Privacy Policy for how connector access is logged.


Need help?

Email info@interviewtrix.com or visit AI connectors in your dashboard