Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Drupal

FreeNot checked

TS based companion MCP server for the Drupal MCP module that works with the STDIO transport.

GitHubEmbed

About

TS based companion MCP server for the Drupal MCP module that works with the STDIO transport.

README

A Model Context Protocol server

This is a TypeScript-based MCP server for Drupal.

Features

Resources

  • All the resources defined by the Drupal API during the initialization phase

Tools

  • All the tools defined by the Drupal API during the initialization phase

Prompts

  • All the prompts defined by the Drupal API during the initialization phase

Development

Install dependencies:

bun install

Build the server:

bun run build

For development with auto-rebuild:

bun run dev

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-drupal": {
      "command": "__BINARY_PATH__",
      "args": ["--drupalBaseUrl", "__DRUPAL_BASE_URL__"],
      "env": {}
    }
  }
}

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

bun run inspector

The Inspector will provide a URL to access debugging tools in your browser.

from github.com/Omedia/mcp-server-drupal

Installing Drupal

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Omedia/mcp-server-drupal

FAQ

Is Drupal MCP free?

Yes, Drupal MCP is free — one-click install via Unyly at no cost.

Does Drupal need an API key?

No, Drupal runs without API keys or environment variables.

Is Drupal hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Drupal in Claude Desktop, Claude Code or Cursor?

Open Drupal on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Drupal with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs