Drupal
CreatedOmedia
Serves as a TypeScript-based companion server for the Drupal MCP module, utilizing STDIO transport.
About
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
- Available as a Deno module on JSR.
- 27 GitHub stars
- Compatible with Claude Desktop.
- Exposes Drupal API resources and tools.
- Supports authentication via token or username/password combination.
Use Cases
- Automating tasks and workflows within a Drupal environment using the Model Context Protocol.
- Developing custom applications that interact with Drupal's data model.
- Integrating Drupal with Claude Desktop for enhanced functionality.