npx claudepluginhub lucaspretti/claude-plugins --plugin drupal-mcpAdd to your .mcp.json:
{
"mcpServers": {
"drupal": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/drupal-mcp.js"
],
"env": {
"DRUPAL_USER": "${DRUPAL_USER}",
"DRUPAL_BASE_URL": "${DRUPAL_BASE_URL}",
"DRUPAL_PASSWORD": "${DRUPAL_PASSWORD}"
}
}
}
}Replace placeholder values for: DRUPAL_PASSWORD
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeDRUPAL_USER=${DRUPAL_USER}DRUPAL_BASE_URL=${DRUPAL_BASE_URL}DRUPAL_PASSWORD=${DRUPAL_PASSWORD}