Connect the intervyo MCP server to Claude Code or the Claude Desktop app using an x-api-key header instead of the OAuth connector flow.
Prefer an API key over the OAuth connector? Both Claude Code (the CLI) and
the Claude Desktop app can pass x-api-key. Create a key under Developer →
API Keys in intervyo first.
Your API key carries your account’s permissions. Treat it like a password and
scope it to only what the assistant needs.
Claude Code
Claude Desktop
claude mcp add --transport http --scope user intervyo \ https://www.intervyo.ai/api/mcp \ --header "x-api-key: iv_live_your_key"
Verify with claude mcp list — you should see intervyo ✓ http.
Remove later with claude mcp remove intervyo --scope user.
The MCP server gives Claude the tools; the Skill teaches it how to use
them — what to ask, the build order, and the field rules that trip people up.
With it, “set up a senior backend hiring loop” becomes a complete proposed plan
you approve. Strongly recommended.