Magento 2 MCP Server
@dzmitry-vasileuski
About Magento 2 MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Magento 2 MCP Server?
A Model Context Protocol (MCP) server implementation for Magento 2 that enables AI assistants to interact with a Magento store through a standardized REST API interface. It provides secure authentication handling and type-safe TypeScript tooling, targeting developers integrating AI copilots with their Magento instances.
How to use Magento 2 MCP Server?
Install via npm install vasileuski/magento2-mcp-server. Start the server with the command magento <magento_url> <admin_api_token>, for example magento https://your-magento-store.com eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.... Then configure your MCP client (e.g., Cursor) with the same command as a tool entry.
Key features of Magento 2 MCP Server
- REST API integration with Magento 2
- Secure authentication handling for admin tokens
- Resource and tool handlers for common Magento operations
- TypeScript implementation ensuring type safety
- Built on the official MCP SDK
Use cases of Magento 2 MCP Server
- Retrieve orders, products, or customers via AI-driven queries
- Perform CRUD operations on Magento resources through chat interfaces
- Integrate Magento data into AI assistants in tools like Cursor
- Automate store administration tasks using natural language commands
FAQ from Magento 2 MCP Server
What prerequisites are required?
Node.js v18 or higher, npm v8 or higher, a Magento 2 instance with REST API access, and an admin API access token from Magento.
How do I install and start the server?
Install via npm install vasileuski/magento2-mcp-server. Start with magento <magento_url> <admin_api_token> from the command line.
What API operations are supported?
The server exposes a magento_rest_api tool that accepts path, method, body, and query parameters, letting you call any Magento REST endpoint.
How should I handle the admin token?
Never commit the token to version control. Use environment variables or secure secret management to avoid exposing sensitive credentials.
What clients can I use with this server?
It works with any MCP‑compatible client, such as Cursor, by adding the server command to the client’s tool configuration.
Frequently asked questions
What prerequisites are required?
Node.js v18 or higher, npm v8 or higher, a Magento 2 instance with REST API access, and an admin API access token from Magento.
How do I install and start the server?
Install via `npm install vasileuski/magento2-mcp-server`. Start with `magento <magento_url> <admin_api_token>` from the command line.
What API operations are supported?
The server exposes a `magento_rest_api` tool that accepts `path`, `method`, `body`, and `query` parameters, letting you call any Magento REST endpoint.
How should I handle the admin token?
Never commit the token to version control. Use environment variables or secure secret management to avoid exposing sensitive credentials.
What clients can I use with this server?
It works with any MCP‑compatible client, such as Cursor, by adding the server command to the client’s tool configuration.
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments