Herald — MCP (Model Context Protocol) server for Craft CMS 5. Exposes Craft internals to AI agents over stdio (Free) and Streamable HTTP (Pro).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"craft-herald": {
"command": "npx",
"args": [
"-y",
"craftpulse/craft-herald"
]
}
}
}
Run in terminal:
claude mcp add craft-herald npx -y craftpulse/craft-herald
Add to .cursor/mcp.json:
{
"mcpServers": {
"craft-herald": {
"command": "npx",
"args": [
"-y",
"craftpulse/craft-herald"
]
}
}
}