
Talking Drupal Talking Drupal #529 - MCP, Automators, and Agents
Nov 17, 2025
Marcus Johansson, tech lead of the AI initiative at Freely Give, dives into the world of AI in Drupal. He unveils the Model Context Protocol (MCP) and its implications for integrating AI tools. Listeners learn about automators that streamline editorial workflows, from summarizing content to generating alt text. Marcus discusses the challenges of building AI agents and how these innovations reshape Drupal development. With insights into real-world applications and future tools, this conversation is a must for anyone curious about AI's role in content management.
AI Snips
Chapters
Transcript
Episode notes
Sandbox Recipe Accelerates AI Exploration
- The AI Ecosystem Recipe gives Drupal developers a sandbox to explore many AI providers and features quickly.
- Marcus built it to centralize options so developers can test integrations like ingestion, translation, and SEO tools.
MCP Enables Standard Tool Calling
- MCP standardizes how models call external tools so LLMs can use real computational or API functions reliably.
- Drupal already supports MCP servers and clients to let sites expose or consume tools across languages and providers.
Build MCP Tools As Simple Plugins
- Use Drupal's MCP modules and existing JSON API wrappers to quickly become an MCP server without building from scratch.
- Create tools as simple plugin files and focus on clear input/output definitions for reliability.
