DR

Drupal

Created 6 months ago

A typescript based companion Model Context Protocol server for the Drupal MCP module.

development documentation public

What is Drupal?

Server for interacting with [Drupal](https://www.drupal.org/project/mcp) using STDIO transport layer.

Documentation

Detailed docs are available at drupalmcp.io. For installation, the STDIO Binary is available through multiple distribution channels including Docker container, compiled binary, and JSR package. Authentication can be done via environment variables. The server exposes resources and tools defined by the Drupal API.

Server Config

{
  "mcpServers": {
    "drupal-server": {
      "command": "npx",
      "args": [
        "drupal"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Omedia
Category: community
Tags:
development documentation public