drupal-modules-mcp

Cleversoft-IT/drupal-modules-mcp

3.1

If you are the rightful owner of drupal-modules-mcp 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.

A Model Context Protocol server for retrieving Drupal module information from drupal.org.

The drupal-modules-mcp is a TypeScript-based Model Context Protocol server designed to fetch detailed information about Drupal modules directly from drupal.org. It serves as a valuable tool for AI assistants and other applications that require accurate and up-to-date information about Drupal modules. This includes details such as version compatibility, installation instructions, and documentation. By leveraging this server, users can ensure they have the most current data regarding Drupal modules, facilitating better decision-making and integration processes.

Features

  • get_module_info: Fetch comprehensive information about a Drupal module, requiring the module's machine name as a parameter. It returns detailed module information including name, description, latest recommended version, download statistics, module status, composer installation command, Drupal version compatibility, project URL, and module documentation/README.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "drupal-modules-mcp": {
      "command": "/path/to/drupal-modules-mcp/build/index.js"
    }
  }
}

usage with Cline Roo-Cline Windsurf

{
  "drupal-modules-mcp": {
    "command": "/path/to/drupal-modules-mcp/build/index.js"
  }
}