Drupal Connector for AI agents.
10 live capabilities
Manage headless content and JSON:API workflows from your favorite AI client.
Waiting for input…
Why people use Drupal
Drupal Headless Content Management via Drupal
This Connector lets you skip that entirely. You just tell your agent what to change, and it handles the backend calls for you. You get your content updated in seconds without ever leaving your chat window.
What Vinkius changes
You get a natural language interface for your headless content.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Bulk Content Updates
A manager needs to change the status of 10 articles.
- Real-world use case 02
Fast Content Creation
A writer wants to post a new blog entry.
- Real-world use case 03
Security Audits
An admin needs to see who has access to the site.
Complete set · 10capabilities
The complete Drupal capability set.
These are the exact actions your AI can choose when you ask it to work with Drupal.
01—04
4 capabilities in this set.
Part of 10 available through Drupal.
- 01 Capability
Get taxonomy term
Extract properties that drive active Term mappings. This helps you understand how your categories are structured.
- 02 Capability
List managed files
Inspect internal arrays to find specific picture constraints. Use this to see all the files currently managed by the system.
- 03 Capability
List content nodes
Identify bounded routing spaces inside your Headless Drupal models. This shows you all the content currently live on your site.
- 04 Capability
List term vocabularies
Enumerate and export structured rules for your Taxonomies. This gives you a full list of your content categories.
05—07
3 capabilities in this set.
Part of 10 available through Drupal.
- 05 Capability
List drupal users
Identify active arrays of rented Admin identities. Use this to see every user who currently has access to your site.
- 06 Capability
Patch cms node
Substitute draft values safely to replace specific row segments. This allows you to update one part of a node without touching the rest.
- 07 Capability
Wipe cms node
Use this to permanently delete specific nodes from your site. It helps you clear out old document entities quickly without manual deletion.
08—10
3 capabilities in this set.
Part of 10 available through Drupal.
- 08 Capability
Get file metadata
Fetch the exact structural matching to verify where files are stored. This is useful for checking your CDN URIs.
- 09 Capability
Get single node
Retrieve cloud logging traces for specific Node UUIDs. Use this to find the exact data for a single piece of content.
- 10 Capability
Create cms node
Provision JSON payloads to write new rows into Drupal entities. Use this to create new content nodes using plain text.
Set up in minutes
One URL. Then ask Drupal to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Drupal from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_khl0nMsaToaE4vm7MyYoAmLbSdZZMzMdhxvwKGVC/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Drupal, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Drupal for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_khl0nMsaToaE4vm7MyYoAmLbSdZZMzMdhxvwKGVC/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Drupal URL.
- Step 03
Save and start
Save the connection and enable Drupal in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"drupal": {
"url": "https://edge.vinkius.com/vk_preview_khl0nMsaToaE4vm7MyYoAmLbSdZZMzMdhxvwKGVC/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Drupal
Open Agent mode in chat and ask: "Using Drupal, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"drupal": {
"url": "https://edge.vinkius.com/vk_preview_khl0nMsaToaE4vm7MyYoAmLbSdZZMzMdhxvwKGVC/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Drupal
Ask Copilot: "Using Drupal, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"drupal": {
"url": "https://edge.vinkius.com/vk_preview_khl0nMsaToaE4vm7MyYoAmLbSdZZMzMdhxvwKGVC/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Drupal
Open Cascade and ask: "Using Drupal, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"drupal": {
"url": "https://edge.vinkius.com/vk_preview_khl0nMsaToaE4vm7MyYoAmLbSdZZMzMdhxvwKGVC/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Drupal
Ask Cline: "Using Drupal, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add drupal --transport http "https://edge.vinkius.com/vk_preview_khl0nMsaToaE4vm7MyYoAmLbSdZZMzMdhxvwKGVC/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Drupal
Ask Claude: "Using Drupal, show me...". 10 tools are ready
Where the request belongs
Work Drupal can move forward.
This is for the content manager who hates the admin UI, the developer debugging content schemas, and the ops person who needs to audit users without a manual spreadsheet.
Content Manager
Updates articles and categories via chat instead of clicking through the Drupal dashboard.
Full-stack Developer
Tests and verifies entity schemas and content endpoints directly from their IDE.
Digital Marketer
Manages media assets and organizes taxonomy terms using plain English.
Ops Team Member
Audits registered users and monitors file storage to ensure site security.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMagnolia (Enterprise Headless CMS)
Manage enterprise content via Magnolia CMS. query JCR nodes, audit template schemas, and orchestrate headless delivery.
Contentstack
Manage headless CMS via Contentstack. list and create entries, audit content types, handle media assets, and publish to environments directly from any AI agent.
Payload CMS
Manage your Payload CMS instance. query collections, inspect documents, and manage content directly from your AI agent.
Statamic
Manage your Statamic CMS content—list entries, fetch taxonomy terms, inspect global sets, and explore site navigation directly from your AI agent.
Kontent.ai
Access headless content. list items, audit types, and query taxonomies.
DatoCMS
Manage headless content via DatoCMS. execute GraphQL queries, handle record CRUD, manage content models, and audit media uploads directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Drupal connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Drupal.
The practical details behind the request, access and result.
Can I use the Drupal MCP with my headless setup?
Yes, it's built specifically for headless sites using the JSON:API module.
Does the Drupal MCP require me to log into the admin UI?
No, it bypasses the UI so you can manage content through your AI client.
Can I use this to update specific parts of a node?
Yes, you can update specific segments of a node without changing everything else.
How do I find my files using the Drupal MCP?
You can list all managed files and see their storage details.
Is it safe to delete nodes with this Connector?
Yes, it gives you a direct way to remove specific entities from your database.
Can I use this to manage my taxonomy terms?
You can list vocabularies and terms to organize your content categories.
Does the Drupal MCP work with any AI client?
It works with any client that supports the Model Context Protocol.
Can my agent create a new content node in Drupal?
Yes. Use the 'create_cms_node' capability. Provide the node type (e.g., 'article') and a JSON object with the attributes. The agent will orchestrate the HTTP POST request to your Drupal JSON:API to persist the entity.
How do I list all taxonomy terms for a specific vocabulary?
Use the 'list_term_vocabularies' capability. Provide the vocabulary ID (e.g., 'tags'). Your agent will execute bulk iterations to track explicitly registered terms and return them within your chat context.
Can I retrieve the direct URL for a managed image file?
Absolutely. Use the 'get_file_metadata' capability with the file ID. The agent will analyze the explicit UUID bounds and fetch the literal URL parameters, providing the public location of the managed attachment.
One connection away
Give your agent a direct line to Drupal.
Connect Drupal once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available