Ansible Drupal
Freeby MCP Community
A Model Context Protocol (MCP) server that automates DrupAnsible configurations.
v2.0.0Added Apr 12, 2026
mcpdrupalansiblemodel-context-protocolai
Ansible Drupal MCP Server
A Model Context Protocol (MCP) server that automates DrupAnsible configurations.
Installation
Reviews
Installation
Quick install
npx -y @webfer/mcp-ansible-drupal
Add to claude_desktop_config.json
{
"mcpServers": {
"ansible-drupal": {
"command": "npx",
"args": ["-y", "@webfer/mcp-ansible-drupal"]
}
}
}