Drupal MCP Server
by peximo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRUPAL_BASE_URL | Yes | Your Drupal site URL (e.g., https://your-drupal-site.com) | |
| DRUPAL_PASSWORD | No | Basic auth password | |
| DRUPAL_USERNAME | No | Basic auth username | |
| DRUPAL_ACCESS_TOKEN | No | OAuth access token (alternative to username/password) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_contentB | Search and filter Drupal content by type. Returns a list of nodes matching the criteria. |
| get_nodeB | Retrieve complete details of a specific Drupal node by its ID |
| list_content_typesB | List all available content types on the Drupal site |
| search_contentA | Search across all content types by title. Useful when you don't know the specific content type. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peximo/drupal-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server