Adobe Commerce

Adobe Commerce

— MCP to interact with Adobe Commerce GraphQL API, including orders, products, customers, etc.

20
Stars
5
Forks
0
Releases

Overview

This MCP server implements the Model Context Protocol (MCP) to interact with Adobe Commerce via its GraphQL APIs. It provides tools and prompts to facilitate working with the Adobe Commerce GraphQL surface, including an introspection tool to access and search the admin schema and a prompt to help generate GraphQL operations. Built with the MCP SDK, the server is designed to work with MCP clients such as Cursor or Claude Desktop, enabling streamlined interaction with Adobe Commerce data (e.g., customers, products, orders) through GraphQL. The server can be used without hosting a separate backend by leveraging the NPM package with npx to fetch the latest version, and a Windows-specific configuration is also available. Development guidance is included: install dependencies, modify source files, build, test, and run the compiled server via node. Overall, this MCP server focuses on enabling MCP-based tooling to interact with Adobe Commerce GraphQL APIs in a lightweight, client-friendly way.

Details

Owner
rafaelstz
Language
TypeScript
License
ISC License
Updated
2025-12-07

Features

introspect_admin_schema

Access and search the Adobe Commerce GraphQL admin schema through an MCP tool.

adobe_commerce_graphql_prompt

Prompts to help you craft GraphQL operations for the Adobe Commerce API.

npm/npx deployment

Use the MCP server directly via npx to fetch the latest version without local hosting.

windows compatibility

Provide Windows-compatible configuration to run the MCP server with cmd and npx.

MCP SDK-based implementation

Built with the MCP SDK and designed to communicate with Adobe Commerce GraphQL APIs.

local development workflow

Clear steps to install, build, test, and run the server locally (npm install, build, test, node dist/index.js).

Audience

DevelopersBuild and test MCP-based integrations with the Adobe Commerce GraphQL API using MCP clients like Cursor or Claude Desktop.
MCP clients (e.g. Cursor, Claude Desktop)Connect to the MCP server to issue GraphQL operations against Adobe Commerce.
Integrators/AdministratorsIntrospect the admin GraphQL schema and generate operations using the available tools and prompts.

Tags

Adobe CommerceMCPGraphQLGraphQL Admin SchemaintrospectionpromptsNPMWindows