Magento Graphql Docs MCP
M

Magento Graphql Docs MCP

A local MCP server that provides tools for searching and retrieving Magento 2 GraphQL API documentation, supporting offline operation, full - text search, code example lookup, and tutorial navigation.
2.5 points
6.3K

What is the Magento 2 GraphQL Documentation MCP Server?

This is a local search server specifically designed for Magento 2 GraphQL API documentation. It can quickly index and search over 350 GraphQL documentation pages provided by Adobe, allowing developers to quickly find API documentation, code examples, and tutorials without an internet connection.

How to use this MCP server?

Connect to this server by configuring an MCP client (such as Claude Desktop, VS Code, etc.), and you can directly search Magento GraphQL documentation in an AI assistant or development tool. It supports various query methods such as keyword search, category browsing, and code example lookup.

Applicable scenarios

Suitable for scenarios where Magento 2 developers, API integration engineers, technical support staff, etc. need to quickly consult GraphQL documentation. It is especially suitable for offline development environments, network - restricted environments, or workflows that require frequent consultation of API documentation.

Main features

Full - text search for documentation
Supports keyword search for over 350 GraphQL documentation pages and can be filtered by category, sub - category, and content type.
GraphQL element search
Specifically searches for the definitions and usages of GraphQL queries, mutations, types, and interfaces.
Tutorial retrieval
Retrieve complete tutorial content, such as step - by - step guides for checkout processes and product management.
Code example search
Search for code examples by language (GraphQL, JSON, JavaScript, etc.).
Offline operation
Works completely offline without an internet connection, using local Markdown files.
Fast startup
Startup time is <1 second when the documentation has not changed, and the initial indexing only takes 3 - 5 seconds.
Category browsing
Browse by document hierarchy (categories such as architecture, development, usage, tutorials, etc.).
Related document discovery
Automatically find other documents related to the current document.
Advantages
๐Ÿ“š Complete coverage: Includes over 350 official documentation pages, covering all GraphQL APIs
โšก Fast search: Millisecond - level search response based on SQLite FTS5
๐Ÿ”Œ Available offline: No internet connection required, protecting development privacy
๐Ÿ’ก Intelligent parsing: Automatically extracts GraphQL schema elements and code examples
๐ŸŽฏ Precise lookup: Supports multiple search methods and filtering conditions
๐Ÿณ Container support: Provides Docker containerized deployment options
๐Ÿ“ฑ Multiple clients: Supports multiple MCP clients such as Claude Desktop and VS Code
Limitations
๐Ÿ“ Requires local documentation: Need to clone the Adobe official documentation repository first
๐Ÿ”„ Manual update: Need to re - clone or manually synchronize when the documentation is updated
๐Ÿ’พ Storage space: Requires about 30MB of database storage space
๐Ÿ Environment dependency: Requires a Python 3.10+ runtime environment
๐Ÿ”ง Initial configuration: Initial setup requires several steps of configuration

How to use

Prepare documentation
Clone the Adobe official GraphQL documentation repository locally
Configure the path
Set the documentation path (choose one of three): environment variable, create a symbolic link, or use the default location
Install the server
Install Python packages and dependencies
Configure the MCP client
Add server configuration to the MCP client configuration (take Claude Desktop as an example)
Start using
Restart the MCP client, and the server will automatically start and index the documentation

Usage examples

Product query development
When developing product - related functions, quickly find the GraphQL syntax and parameters for product queries
Checkout process integration
When integrating the shopping cart checkout function, get a complete checkout process tutorial
Customer management API
When developing customer management functions, find customer - related mutations and queries
Code example lookup
When you need a code implementation reference for a specific function, search for relevant code examples

Frequently Asked Questions

Does this server require an internet connection?
How to update the documentation content?
Which MCP clients are supported?
How fast is the search?
How to use the Docker container?
What if no results are found in the search?
Can the search parameters be customized?
Which programming languages' code examples are supported?

Related resources

Adobe official documentation repository
The official source code of Magento GraphQL documentation
Model Context Protocol official website
Official documentation and specifications of the MCP protocol
Claude Desktop configuration guide
Official guide for configuring the MCP server in Claude Desktop
FastMCP framework
The MCP framework used by this server
Magento official GraphQL documentation
Online version of Magento GraphQL documentation
Project GitHub repository
Source code and issue tracking for this MCP server

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "magento-graphql-docs": {
      "command": "/absolute/path/to/run-docker-mcp.sh"
    }
  }
}

{
  "mcpServers": {
    "magento-graphql-docs": {
      "command": "magento-graphql-docs-mcp",
      "env": {
        "MAGENTO_GRAPHQL_DOCS_PATH": "/Users/you/projects/commerce-webapi/src/pages/graphql"
      }
    }
  }
}

{
  "mcpServers": {
    "magento-graphql-docs": {
      "command": "python3",
      "args": ["-m", "magento_graphql_docs_mcp.server"],
      "env": {
        "MAGENTO_GRAPHQL_DOCS_PATH": "/path/to/commerce-webapi/src/pages/graphql"
      }
    }
  }
}

{
  "mcpServers": {
    "magento-graphql-docs": {
      "command": "magento-graphql-docs-mcp",
      "env": {
        "MAGENTO_GRAPHQL_DOCS_PATH": "/path/to/commerce-webapi/src/pages/graphql",
        "MAGENTO_GRAPHQL_DOCS_DB_PATH": "/custom/databases/magento-graphql.db"
      }
    }
  }
}

{
     "mcpServers": {
       "magento-graphql-docs": {
         "command": "magento-graphql-docs-mcp",
         "env": {
           "MAGENTO_GRAPHQL_DOCS_PATH": "/FULL/PATH/to/commerce-webapi/src/pages/graphql"
         }
       }
     }
   }
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

A
Airweave
Airweave is an open - source context retrieval layer for AI agents and RAG systems. It connects and synchronizes data from various applications, tools, and databases, and provides relevant, real - time, multi - source contextual information to AI agents through a unified search interface.
Python
8.3K
5 points
V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
5.9K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
6.9K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
5.1K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
5.8K
4 points
P
Paperbanana
Python
8.2K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
8.5K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
7.9K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
22.4K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
25.6K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
75.7K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
35.8K
5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
32.5K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
66.8K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
21.7K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
50.7K
4.8 points