MCP server for Magento 2 — manage catalog, orders and sales from any MCP client (claude.ai, ChatGPT, Cursor, etc), with OAuth 2.1 admin login
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"magento2-mcp-server": {
"command": "npx",
"args": [
"-y",
"yuriyakishin/magento2-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add magento2-mcp-server npx -y yuriyakishin/magento2-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"magento2-mcp-server": {
"command": "npx",
"args": [
"-y",
"yuriyakishin/magento2-mcp-server"
]
}
}
}