> ## 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 Cursor

> Add the JobMojito MCP server to Cursor via mcp.json and authorize it over OAuth.

Add JobMojito to [Cursor](https://cursor.com) so the agent can drive your hiring workflows from the editor.

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

<Steps>
  <Step title="Add the server to mcp.json">
    Edit `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` (this project):

    ```json theme={null}
    {
      "mcpServers": {
        "jobmojito": {
          "url": "https://jobmojito.fastmcp.app/mcp"
        }
      }
    }
    ```
  </Step>

  <Step title="Authorize">
    Open **Settings → MCP** (or **Cursor Settings → Tools & Integrations**). The `jobmojito` server appears — click it to sign in and approve access via OAuth.
  </Step>

  <Step title="Use it">
    In the Agent, ask e.g. *"List my JobMojito interviews."* The JobMojito tools show under the server once connected.
  </Step>
</Steps>

## Next steps

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