PHPackages                             stimmt/craft-mcp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. stimmt/craft-mcp

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

stimmt/craft-mcp
================

MCP (Model Context Protocol) server for Craft CMS

v1.3.0(1mo ago)302.4k↑18.5%4[9 issues](https://github.com/stimmtdigital/craft-mcp/issues)[4 PRs](https://github.com/stimmtdigital/craft-mcp/pulls)MITPHPPHP ^8.3CI passing

Since Jan 3Pushed 2w ago2 watchersCompare

[ Source](https://github.com/stimmtdigital/craft-mcp)[ Packagist](https://packagist.org/packages/stimmt/craft-mcp)[ Docs](https://stimmt.digital)[ RSS](/packages/stimmt-craft-mcp/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (27)Versions (29)Used By (0)

 [![Craft MCP](src/icon.svg)](src/icon.svg)

 [![CI](https://github.com/stimmtdigital/craft-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/stimmtdigital/craft-mcp/actions/workflows/ci.yml) [![Total Downloads](https://camo.githubusercontent.com/5c222171e2fabca204a0e21d4bdb26abe26de4fb1b325a4c030a8cb32227633c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7374696d6d742f63726166742d6d6370)](https://packagist.org/packages/stimmt/craft-mcp) [![Latest Stable Version](https://camo.githubusercontent.com/a5bcfb323bb0a60ce4016931db9a9ceb6c9735c34210e0de880a8c32cfd676d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7374696d6d742f63726166742d6d6370)](https://packagist.org/packages/stimmt/craft-mcp) [![License](https://camo.githubusercontent.com/f72268aeb1deb3b9201433742880c88b88f274f663b1676ad54224ffc4c9d5a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7374696d6d742f63726166742d6d6370)](LICENSE)

Introduction
------------

[](#introduction)

Craft MCP is an MCP (Model Context Protocol) server for Craft CMS. It gives AI assistants direct access to your installation's content, schema, and configuration: rather than describing your field layouts or Matrix setups by hand, the assistant queries them, writes reviewable draft content in a natural-key format, and inspects the system it is working in.

It ships more than 50 specialized tools, 10 analysis prompts, and 13 data resources, served over stdio for local development and over HTTP with scoped bearer tokens for remote users.

Quick Start
-----------

[](#quick-start)

```
composer require stimmt/craft-mcp
php craft plugin/install mcp
```

Enable the server in `config/mcp.php` (it is disabled in production by default):

```
