Magector
Freeby MCP Community
Semantic code search for Magento 2 — index, search, MCP server
v2.11.1Added Apr 12, 2026
magentoindexervector-searchmcpclaude-code
Magector MCP Server
Semantic code search for Magento 2 — index, search, MCP server
Installation
npx -y magector
Reviews
Installation
Quick install
npx -y magector
Add to claude_desktop_config.json
{
"mcpServers": {
"magector": {
"command": "npx",
"args": ["-y", "magector"]
}
}
}