magento-bricklayer

Inchoo/magento-bricklayer
★ 2 stars PHP AI/LLM Updated today
AI-assisted development toolkit for Magento 2. An MCP (Model Context Protocol) server that enables AI coding agents to interact with Magento installations through introspection tools, code generation capabilities, and comprehensive Magento knowledge.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "magento-bricklayer": {
      "command": "npx",
      "args": [
        "-y",
        "Inchoo/magento-bricklayer"
      ]
    }
  }
}