Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From craft-developer
Craft CMS MCP server for direct access to content architecture, database schema, and configuration
npx claudepluginhub design-machines-studio/depot --plugin craft-developerCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"craft-cms": {
"command": "ddev",
"args": [
"exec",
"php",
"vendor/stimmt/craft-mcp/bin/mcp-server"
]
}
}
}Server configuration and connection parameters
ddevCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.