Drup-AID is a free, open-source flavor of Drupal: one assistant you talk to in plain language, backed by specialists for SEO, content, security, and lead capture — running on Drupal's own AI rails.
Three steps on any Drupal 11 host: require the AI rails, add Drup-AID, apply the recipe — the whole team comes up. Full details (and host gotchas) in the guide.
$ composer require -W drupal/ai:^1.4 drupal/ai_agents drupal/ai_provider_anthropic drupal/canvas drupal/canvas_ai drupal/key
$ git clone https://github.com/drelf/drup-aid.git
$ drush recipe recipes/drup_aid
Greets visitors and gives a quick local status — time, weather, and headlines — read from your site’s own settings. No setup.
Audits any page for technical SEO and AI-search visibility, then prescribes the exact fix — plain English for you, precise steps for your developer.
Drafts and publishes articles in your business’s voice, as rollback-able revisions.
Reads Drupal’s own update and status reports — pending security releases, risky account settings, form-spam gaps — and prescribes each fix.
Drops a friendly contact bubble on your site; a visitor’s name, phone, and email get emailed straight to you and logged for review.
Edit existing copy and images by chatting — every change lands as a safe, rollback-able revision.
One master assistant routes your plain-language request to the right specialist. Picture a hot rod: Drupal is the chassis, the LLM is the engine, MCP is the intake that feeds it context and tools, and n8n is the transmission that turns power into finished work.

// Every specialist is an ai_agents agent with deterministic tools.
#[FunctionCall(
id: 'drupaid_seo:audit_url',
name: 'Audit a URL (technical SEO + GEO)',
)]
final class SeoAudit extends FunctionCallBase {
public function execute() {
// Fetch the page; check title, meta, schema, H1;
// return a plain-English fix + a technical drill-down.
}
}
Free Developer Course
16 chapters, code-level — from your dev environment to a deployed minion. Built on Drup-AID itself.
Drup-AID is and always will be free and open source. Join our community, contribute, and help shape the future of AI in Drupal.