M

Magento

Read Magento catalog, orders and customers.

·No reviews yet
Repo
Share:

About

Auto-generated

Magento is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Magento.

What data can this Magento MCP access?
This MCP is designed to read Magento catalog information, customer data, and order details. It enables integrations with core e-commerce functionalities by providing access to these key data points.
How do I authenticate with the Magento MCP?
Authentication for this Magento MCP is handled via an API key. You will need to obtain a valid API key from your Magento installation to use this MCP effectively.
Can I install this Magento MCP in a client application?
Installation in a popular MCP client like Claude Desktop would typically involve importing the MCP definition. The specific steps depend on the client's interface for adding new MCPs.
What are the licensing implications of using this MCP?
As this MCP is provided by the Magento Community, its licensing generally aligns with the Magento open-source license. However, specific usage terms may depend on your Magento installation's licensing.
What is a prerequisite for using this Magento MCP?
A prerequisite for using this MCP is an existing and accessible Magento instance from which to retrieve data. You will also need the necessary permissions to generate an API key within that Magento instance.

Install Magento

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "magento": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-magento"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "magento": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-magento"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "magento": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-magento"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.