Serves as a TypeScript-based companion server for the Drupal MCP module, utilizing STDIO transport.
This server facilitates communication between Drupal and other applications using the Model Context Protocol (MCP). Designed as a companion to the Drupal MCP module, it utilizes STDIO transport for data exchange. The server exposes resources (templates, reads) and tools (calls) defined by the Drupal API during initialization, allowing for seamless integration and interaction within an MCP environment. Note that the server is under active development, so usage is at your own risk.
Key Features
01Available as a Deno module on JSR.
0227 GitHub stars
03Compatible with Claude Desktop.
04Exposes Drupal API resources and tools.
05Supports authentication via token or username/password combination.
Use Cases
01Automating tasks and workflows within a Drupal environment using the Model Context Protocol.
02Developing custom applications that interact with Drupal's data model.
03Integrating Drupal with Claude Desktop for enhanced functionality.