Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Drupal

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установка Drupal

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

Drupal MCP бесплатный?

Да, Drupal MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Drupal?

Нет, Drupal работает без API-ключей и переменных окружения.

Drupal — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Drupal в Claude Desktop, Claude Code или Cursor?

Открой Drupal на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Drupal with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development