Kirby MCP is a CLI-first server for Kirby CMS projects. It enables developers to inspect blueprints, templates, and plugins, interact with a real Kirby runtime, and access a bundled knowledge base. It connects to Kirby CMS projects and integrates with Claude for enhanced workflows.
git clone https://github.com/bnomei/kirby-mcp.gitKirby MCP is a CLI-first server for Kirby CMS projects. It enables developers to inspect blueprints, templates, and plugins, interact with a real Kirby runtime, and access a bundled knowledge base. It connects to Kirby CMS projects and integrates with Claude for enhanced workflows.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/bnomei/kirby-mcpCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm working on a Kirby CMS project for [COMPANY] in the [INDUSTRY] sector. I need to [SPECIFIC TASK, e.g., 'inspect the blueprints for the product pages' or 'debug a plugin issue']. Can you help me use Kirby MCP to accomplish this?
## Kirby MCP Inspection Results ### Blueprint Analysis - **Product Page Blueprint**: Found at `/site/blueprints/products.yml` - Fields: `title`, `price`, `description`, `category` - Required fields: `title`, `price` - Default category: 'General' ### Template Check - **Product Template**: Located at `/site/templates/products.php` - Uses `product.php` snippet for price formatting - Includes `category.php` snippet for category display ### Plugin Status - **SEO Plugin**: Active, version 1.2.3 - Configuration file: `/site/plugins/seo/config.php` - Last updated: 2023-10-15 ### Recommendations 1. Check the `category.php` snippet for potential improvements in category display logic 2. Verify the SEO plugin configuration for the new product pages 3. Consider adding a 'featured' field to the product blueprint Would you like me to help you modify any of these files?