1. Resources (templates, reads)
Exposes Drupal templates and content as readable resources.
2. Tools (calls)
Provides callable tools defined by the Drupal API.
A TypeScript-based Model Context Protocol (MCP) server for Drupal that works with STDIO transport, providing resources and tools integration with Drupal's MCP module for enhanced development workflows.

{
"mcpServers": {
"mcp-server-drupal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/omedia/mcp-server-drupal",
"--drupal-url=__DRUPAL_BASE_URL_"
],
"env": {}
}
}
}