
Drupal MCP Server Integration
Integrate FlowHunt with Drupal via the Model Context Protocol (MCP) server to automate resource, tool, and prompt management. Streamline developer workflows, bo...

Connect Drupal to your AI workflows: automate, audit, and manage Drupal content and configuration from FlowHunt with the Drupal MCP Server.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Drupal MCP Server is a TypeScript-based companion server designed to work with the Drupal MCP module and operates over the STDIO transport protocol. It implements the Model Context Protocol (MCP), enabling AI assistants to connect with Drupal’s extensive content management capabilities and external data sources. This integration empowers developers and AI clients to automate, query, and manage Drupal sites directly through AI-driven workflows. By facilitating tasks such as content retrieval, management actions, and module interactions, it streamlines development processes, enhances productivity, and enables advanced use cases like automated content operations, site auditing, and seamless API integrations. The server is especially useful for teams looking to augment their Drupal workflows with LLM-powered automation and context-aware tooling.
No prompt templates are listed or described in the available repository files.
No explicit MCP resource primitives are documented or described in the available repository files.
No tool definitions are visible in the available repository files, and there is no server.py or equivalent listing of tool APIs.
windsurf.json).mcpServers section:"mcpServers": {
"drupal-mcp": {
"command": "npx",
"args": ["@drupal/mcp-server@latest"]
}
}
claude.json)."mcpServers": {
"drupal-mcp": {
"command": "npx",
"args": ["@drupal/mcp-server@latest"]
}
}
cursor.json configuration file.mcpServers:"mcpServers": {
"drupal-mcp": {
"command": "npx",
"args": ["@drupal/mcp-server@latest"]
}
}
cline.json configuration file."mcpServers": {
"drupal-mcp": {
"command": "npx",
"args": ["@drupal/mcp-server@latest"]
}
}
Utilize environment variables to securely pass sensitive keys. Example:
"mcpServers": {
"drupal-mcp": {
"command": "npx",
"args": ["@drupal/mcp-server@latest"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"apiKey": "${API_KEY}"
}
}
}
Replace "API_KEY" with your actual environment variable name.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"drupal-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “drupal-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | Based on README and repo overview |
| List of Prompts | ⛔ | No prompt templates found |
| List of Resources | ⛔ | No explicit resources found |
| List of Tools | ⛔ | No tool definitions in repo |
| Securing API Keys | ✅ | Standard env/integration snippet provided |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, this MCP server is solid as a foundational integration for Drupal, but lacks visible documentation for advanced MCP features (tools, resources, prompts) in the public files. The provided setup instructions and licensing are clear, but developer-facing features are undocumented. Rating: 4/10 for general readiness and clarity, with room to improve on documentation and feature exposure.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ⛔ |
| Number of Forks | 5 |
| Number of Stars | 40 |
Supercharge your Drupal workflows—connect, automate, and manage content directly from FlowHunt using the Drupal MCP Server.

Integrate FlowHunt with Drupal via the Model Context Protocol (MCP) server to automate resource, tool, and prompt management. Streamline developer workflows, bo...

The Contentful MCP Server bridges AI assistants with Contentful’s Management API, enabling seamless content operations—such as querying, updating, and managing ...

The Workflowy MCP Server connects AI assistants with Workflowy, enabling automated note-taking, project management, and productivity workflows directly within F...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.