Drupal is a registered trademark of Dries Buytaert

Overview

AI Connect is a WebMCP bridge that connects AI agents (Claude, ChatGPT,
Grok, and others) to your Drupal site through a secure, standardized API.
AI agents can interact with your site's content using natural language —
without exposing passwords or bypassing permissions.

How It Works

The module exposes tools via a REST API. AI agents discover available
tools automatically through a manifest endpoint, then call them using
OAuth 2.0 Bearer tokens. Every action respects Drupal's existing
permission system — the AI can only do what the authenticated user
is allowed to do.

Available Tools

- drupal.searchNodes — Search content with filters
- drupal.getNode — Retrieve a single node by ID
- drupal.searchComments — Search comments
- drupal.getComment — Retrieve a single comment
- drupal.getCurrentUser — Get authenticated user info
- translation.getSupportedLanguages — List available languages
- translation.translate — Translate text between languages

Key Features

- OAuth 2.0 + PKCE authentication (industry standard)
- Auto-registration of AI clients — no pre-configuration needed
- Configurable rate limiting
- Extensible via hook_ai_connect_register_tools()
- Full token lifecycle management (refresh, revocation)

Requirements

- Drupal 9, 10, or 11
- PHP 7.4+

Activity

Total releases
1
First release
Mar 2026
Latest release
3 days ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
1.0.0 Stable Mar 1, 2026