LogoSTMCP
Download
mcp-server-drupal

MCP Server for Drupal

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.

Tools

1. Resources (templates, reads)

Exposes Drupal templates and content as readable resources.

2. Tools (calls)

Provides callable tools defined by the Drupal API.

Open Graph image for MCP Server for Drupal

JSON Config

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

Information

  • Author@Omedia
  • Published date2025/09/19

Categories