Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Adobe Commerce Dev Mcp

    Adobe Commerce Dev MCP Server

    20 stars
    TypeScript
    Updated Oct 26, 2025
    adobe-commerce
    magento
    mcp-server

    Table of Contents

    • Usage with MCP Server via NPM Package
    • Available tools
    • Available prompts
    • Development
    • License

    Table of Contents

    • Usage with MCP Server via NPM Package
    • Available tools
    • Available prompts
    • Development
    • License

    Documentation

    Usage with MCP Server via NPM Package

    You can use this MCP server directly without downloading or hosting anything yourself. Simply configure your MCP client (such as Cursor or Claude Desktop) to use the NPM package:

    json
    {
      "mcpServers": {
        "adobe-commerce-dev-mcp": {
          "command": "npx",
          "args": ["-y", "@rafaelcg/adobe-commerce-dev-mcp@latest"]
        }
      }
    }

    Install MCP Server

    • Replace the server name (adobe-commerce-dev-mcp) as you wish.
    • The npx command will always use the latest version of the MCP server from NPM.
    • No need to install or host anything locally or remotely.

    On Windows, you might need to use this alternative configuration:

    json
    {
      "mcpServers": {
        "adobe-commerce-dev-mcp": {
          "command": "cmd",
          "args": ["/k", "npx", "-y", "@rafaelcg/adobe-commerce-dev-mcp@latest"]
        }
      }
    }

    Install MCP Server

    Available tools

    This MCP server provides the following tools:

    Tool NameDescription
    introspect_admin_schemaAccess and search Adobe Commerce GraphQL schema

    Available prompts

    This MCP server provides the following prompts:

    Prompt NameDescription
    adobe_commerce_graphqlHelp you write GraphQL operations for the Adobe Commerce API

    Development

    The server is built using the MCP SDK and communicates with Adobe Commerce.

    1. npm install

    1. Modify source files

    1. Run npm run build to compile

    1. Run npm run test to run tests

    1. Add an MCP server that runs this command: node /dist/index.js

    Set it up locally for test as below changing the file location in the *args* parameter:

    code
    {
      "mcpServers": {
        "adobe-commerce-dev-mcp": {
          "command": "node",
          "args": [
            "/Users/rafael/Herd/shopify-dev-mcp/dist/index.js"
          ]
        },
      }
    }

    License

    ISC

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k