
Model Context Protocol (MCP) Server
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
Connect Drupal to your AI workflows: automate, audit, and manage Drupal content and configuration from FlowHunt with the Drupal MCP Server.
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 |
The Drupal MCP Server is a TypeScript-based companion server implementing the Model Context Protocol (MCP) for Drupal. It enables AI agents to automate, query, and manage Drupal sites, content, and modules through FlowHunt’s AI-driven workflows.
You can automate content creation, updates, and deletion; perform site audits and reporting; execute content queries; manage Drupal modules and configuration; and integrate Drupal with external services, all via FlowHunt’s AI flows.
There are currently no documented prompt templates or explicit MCP tools/resources in the public repository files. The server provides foundational connectivity for further customization.
Use environment variables in your configuration to securely pass sensitive credentials to the MCP server. This method keeps your API keys out of version control and scripts.
It is ideal for teams wanting to automate Drupal content operations, site audits, and cross-platform integrations using AI agents or LLMs in FlowHunt.
The Drupal MCP Server is licensed under the MIT License, making it open and flexible for integration in commercial and open-source projects.
Supercharge your Drupal workflows—connect, automate, and manage content directly from FlowHunt using the Drupal MCP Server.
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
The Contentful MCP Server bridges AI assistants with Contentful’s Management API, enabling seamless content operations—such as querying, updating, and managing ...