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

# Integraciones MCP

> Gmail, Google Drive, Calendar, Microsoft, Dropbox y tus API en el asistente.

<Tip>
  **MCP** proporciona **herramientas** de IA (leer el correo electrónico, consultar el calendario, llamar a su API). Configúrelo en **Automatizaciones → MCP**, vincúlelo al asistente y utilícelo en el paso **Asistente de IA**.
</Tip>

<Info>
  Esto es **diferente** de [Notifique MCP](/es/build-with-ai/mcp-notifique) (IDE + Clave API para enviar mensajes). Aquí MCP sirve a su espacio de trabajo **asistente de soporte**.
</Info>

## Conectores seleccionados

| Connector           | Examples of what the AI can do       |
| ------------------- | ------------------------------------ |
| **Gmail**           | Read threads, send or draft email    |
| **Google Calendar** | List and create events               |
| **Google Drive**    | Read allowed files                   |
| **Microsoft Graph** | Mail, calendar, SharePoint, or Teams |
| **Dropbox**         | Files from the connected account     |
| **Custom URL**      | Your MCP server (HTTPS)              |

Flujo: crear conexión → **OAuth** (Google/Microsoft) si es necesario → vincular al asistente → seleccionar **herramientas** permitidas.

## herramientas HTTP

Para su API REST sin un servidor MCP: URL HTTPS, `allowedHosts`, `parametersSchema` (esquema JSON) y enlace en el asistente.

## Dónde la IA puede utilizar herramientas

| Flag                   | Where                           |
| ---------------------- | ------------------------------- |
| `allowInDashboardTest` | Dashboard test                  |
| `allowInAutomation`    | AI assistant step in automation |
| `allowInWebWidget`     | On-site chat                    |

En la automatización, `mcpAllowMutatingTools` generalmente permanece `false` hasta que confíes en el flujo.

## API v1

Las conexiones MCP y las herramientas HTTP se configuran **en el panel** (**Automatizaciones → MCP**). No hay rutas `/v1/` públicas para MCP, enlaces u OAuth en esta documentación.

## Próximos pasos

* [Asistentes](/es/automations-api/como-funciona/asistentes)
* [Base de conocimientos](/es/automations-api/como-funciona/base-de-conhecimento)
* [Casos de uso](/es/automations-api/como-funciona/casos-de-uso)
