> ## Documentation Index
> Fetch the complete documentation index at: https://developer.jobmojito.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Claude Code

> Add the JobMojito MCP server to Claude Code (CLI) and authorize it over OAuth.

Connect [Claude Code](https://claude.com/claude-code) to JobMojito so it can create interviews, invite candidates, and pull results from the terminal.

**Endpoint:** `https://jobmojito.fastmcp.app/mcp` · **Auth:** OAuth (no API key).

<Steps>
  <Step title="Add the server">
    Register the remote server (user scope makes it available in every project):

    ```bash theme={null}
    claude mcp add --transport http --scope user jobmojito https://jobmojito.fastmcp.app/mcp
    ```
  </Step>

  <Step title="Authorize">
    Start Claude Code and run `/mcp`, select **jobmojito**, and choose to authenticate. Your browser opens the JobMojito sign-in; approve access and return to the terminal.
  </Step>

  <Step title="Verify">
    `claude mcp list` should show `jobmojito` as connected, and the JobMojito tools become available. Try: *"List my JobMojito interviews."*
  </Step>
</Steps>

<Note>
  If a tool later returns a `401` / `invalid_token`, the session isn't authorized — run `/mcp` and reconnect.
</Note>

## Next steps

* [Identifiers & admin links](/mcp/identifiers) — get the ids right.
* [Tools reference](/mcp/tools) — the full tool inventory.
