drupal-mcp

lucaspretti/drupal-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 2d ago
MCP server for Drupal sites via core JSON:API. Read and write nodes, taxonomy, users.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "drupal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lucaspretti/drupal-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for Drupal sites via the core JSON:API. List, search, create, update, and delete nodes / taxonomy terms / users on any Drupal 10/11 site with the `jsonapi` module enabled. Works two ways: - **Claude Code plugin** — install via the `lucaspretti-plugins` marketplace and Claude prompts you for the env vars.

Tools (8)

drupal_create_nodedrupal_delete_nodedrupal_get_nodedrupal_list_nodesdrupal_list_taxonomy_termsdrupal_list_usersdrupal_query_jsonapidrupal_update_node