AI-powered development tools for Statamic CMS. Provides 100+ MCP tools for blueprints, entries, collections, and more. Enables developers to automate content management tasks, streamline workflows, and integrate with other tools.
git clone https://github.com/cboxdk/statamic-mcp.gitAI-powered development tools for Statamic CMS. Provides 100+ MCP tools for blueprints, entries, collections, and more. Enables developers to automate content management tasks, streamline workflows, and integrate with other tools.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/cboxdk/statamic-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 a Statamic developer working on a project for [COMPANY], a [INDUSTRY] business. I need to automate [SPECIFIC TASK] using Statamic MCP tools. Can you help me create a blueprint for [CONTENT TYPE] with the following fields: [FIELD LIST]? Also, suggest any MCP tools that could streamline this workflow.
# Statamic Blueprint for Product Catalog
## Blueprint Structure
```php
$blueprint = new Blueprint('product');
$blueprint
->setSections([
Section::make('Details')->fields([
Text::make('Name')->required(),
Textarea::make('Description'),
Number::make('Price')->min(0),
BelongsToMany::make('Categories')->relationship('categories'),
]),
Section::make('Media')->fields([
File::make('Image')->directory('products'),
]),
]);
```
## Recommended MCP Tools
- **Content Importer**: Automate bulk product uploads from CSV
- **Content Exporter**: Generate reports of product inventory
- **Webhook Dispatcher**: Sync product updates to e-commerce platforms
- **Content Scheduler**: Plan seasonal product promotions
## Implementation Notes
1. Use the Content Importer tool to handle bulk product uploads
2. Set up the Webhook Dispatcher to maintain data consistency across platforms
3. Implement the Content Scheduler for time-sensitive promotionsSimple data integration for modern teams
IronCalc is a spreadsheet engine and ecosystem
Business communication and collaboration hub
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power