mcp-drupal-database-server
If you are the rightful owner of mcp-drupal-database-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project implements a Model Context Protocol (MCP) server that allows AI models and other MCP-compatible clients to interact with a Drupal database.
drupal_database_query
Interact with a Drupal database. Can list tables, get table schema, and execute read-only SQL queries.
drupal_list_content_types
Lists all available Drupal content types (node types).
drupal_get_node_by_id
Fetches detailed information for a specific Drupal node by its ID.
drupal_list_vocabularies
Lists all taxonomy vocabularies in Drupal.
drupal_get_taxonomy_term_by_id
Fetches detailed information for a specific taxonomy term by its ID.
drupal_get_user_by_id
Fetches detailed information for a specific Drupal user by their ID.
drupal_list_paragraphs_by_node_id
Lists paragraph items referenced by a specific node through a given paragraph field.