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
interviewtrixplugin (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
Sign in at interviewtrix.com.
Go to Dashboard → Profile → AI connectors (direct link).
Copy the MCP server URL and OpenAPI schema URL from the Connection section.
0.2 Generate an access token (when needed)
On the same page, enter a token name (e.g.
ChatGPT Custom GPT,Gemini Gem).Click Generate token.
Copy the full token immediately — Interview Trix will not show it again.
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:
interviewtrixMCP endpoint (auto-configured):
https://mcp.interviewtrix.com/mcp
Step-by-step (claude.ai / Desktop)
Open Customize → Plugins → Browse plugins.
Search for interviewtrix → Install.
Start a new chat. Ask: List my Interview Trix resumes.
On first tool use, click Connect and approve OAuth on Interview Trix.
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 resumesprepare-for-a-job— plan, credits, tailoring, mock setupscore-resume-for-a-job— ATS scoring and keyword gapsstart-mock-interview— 15 or 30 minute mock with join linkreview-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
Customize → Connectors → + Add custom connector
Name:
Interview TrixURL:
https://mcp.interviewtrix.com/mcpEnable in a new chat → complete OAuth
Troubleshooting
No Connect button: Ask to list resumes to trigger a tool call first.
Plugin not in search: Use custom connector or
/plugin install interviewtrixin 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
