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

# MCP

> Conectar ChatGPT, Claude y Gemini a Notifique — OAuth automático en MCP.

<Tip>
  MCP es el **enchufe universal** para que la IA llame herramientas externas. En Notifique, el asistente descubre OAuth solo — tú indicas la URL del servidor.
</Tip>

## Servidor MCP

```
https://mcp.notifique.dev/mcp
```

El host recibe `401`, lee metadatos OAuth, abre login Notifique y usa el access token.

## OAuth o API Key

| Modo        | Cuándo                        |
| ----------- | ----------------------------- |
| **OAuth**   | Usuario final en el asistente |
| **API Key** | Cursor, CI, scripts           |

## Próximos pasos

* [Quick Start OAuth](/es/oauth-api/como-funciona/quick-start)
* [Integraciones MCP](/es/automations-api/como-funciona/integracoes-mcp)
* [MCP Notifique](/es/build-with-ai/mcp-notifique)
