Skip to main content
Connect 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).
1

Add the server

Register the remote server (user scope makes it available in every project):
claude mcp add --transport http --scope user jobmojito https://jobmojito.fastmcp.app/mcp
2

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.
3

Verify

claude mcp list should show jobmojito as connected, and the JobMojito tools become available. Try: “List my JobMojito interviews.”
If a tool later returns a 401 / invalid_token, the session isn’t authorized — run /mcp and reconnect.

Next steps