T

mcp-server-drupal

Created Oct 19, 2025 by Omedia

Language:

TypeScript

Stars:

34

Forks:

2

README

MCP Server for Drupal

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.

Last updated: Oct 19, 2025

Publisher info

Omedia's avatar

Omedia

Omedia provides full-cycle software development and development outsourcing services for clients around the world since 2006.

Tbilisi, Georgia
12
followers
0
following
5
repos

More MCP servers built with TypeScript

Vue.js

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

By vuejs 209.9K
Excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams

By excalidraw 114.9K
Angular

Deliver web apps with confidence 🚀

By angular 99.7K