A
licenseNot graded
qualityB
maintenanceMCP server for drupal.org's public REST API. Enables querying projects, issues, comments, and user information on drupal.org.
5 npm
GPL 2.0
No user-submitted related servers found.
Scored across 8 tools
Each tool targets a distinct Drupal resource or action: node CRUD, taxonomy listing, user listing, and a general query fallback. No overlap or ambiguity.
All tools follow the consistent 'drupal_verb_noun' pattern in snake_case, e.g., drupal_create_node, drupal_list_users, drupal_query_jsonapi.
8 tools is a well-scoped set for a Drupal MCP server, covering core node operations, taxonomy, users, and an escape hatch, without being overwhelming.
Node CRUD is complete, but taxonomy and user operations are limited to listing only, missing create/update/delete. The generic query tool mitigates gaps but does not fully compensate.