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

# Integrations Overview

> Connect AI agents and external tools to Nico

# Integrations

Nico connects with AI agents and external tools to automate parts of your job search. Here's what's available:

## AI agent connections

<CardGroup cols={3}>
  <Card title="MCP Server" icon="server" href="/integrations/mcp-server">
    Connect Claude and other AI assistants directly to Nico via the Model Context Protocol
  </Card>

  <Card title="CLI Tool" icon="terminal" href="/integrations/cli">
    A command-line tool that any AI agent can use to interact with Nico
  </Card>

  <Card title="Claude Code Skill" icon="wand-magic-sparkles" href="/integrations/claude-code-skill">
    A ready-made skill for Claude Code that searches and adds jobs automatically
  </Card>
</CardGroup>

## Authentication for integrations

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" href="/integrations/api-keys">
    Create API keys for bot users to authenticate with the CLI and API
  </Card>

  <Card title="OAuth 2.1" icon="lock" href="/integrations/oauth">
    Standard OAuth flow for third-party applications and MCP connections
  </Card>
</CardGroup>

## External tools

<CardGroup cols={1}>
  <Card title="Calendar Feed" icon="calendar" href="/integrations/calendar-feed">
    Subscribe to your interview schedule in Google Calendar, Outlook, or Apple Calendar
  </Card>
</CardGroup>

## How it all fits together

```mermaid theme={null}
graph LR
    A[Claude Desktop] -->|MCP Protocol| B[Nico MCP Server]
    C[Claude Code] -->|Skill + CLI| D[Nico API]
    E[Other AI Agents] -->|CLI| D
    F[Custom Apps] -->|OAuth 2.1| D
    B --> G[Your Nico Account]
    D --> G
    G --> H[Calendar Feed]
    H --> I[Google Calendar / Outlook]
```

## Which integration should I use?

| I want to...                      | Use this                                                              |
| --------------------------------- | --------------------------------------------------------------------- |
| Let Claude Desktop manage my jobs | [MCP Server](/integrations/mcp-server)                                |
| Let Claude Code find and add jobs | [Claude Code Skill](/integrations/claude-code-skill)                  |
| Connect any AI agent to Nico      | [CLI Tool](/integrations/cli)                                         |
| Build a custom integration        | [OAuth 2.1](/integrations/oauth) + [API Keys](/integrations/api-keys) |
| See interviews in my calendar     | [Calendar Feed](/integrations/calendar-feed)                          |
