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
5.7K

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

R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
9.0K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
9.7K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.4K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
10.0K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
6.7K
5 points
N
Netdata
Netdata is an open-source real-time infrastructure monitoring platform that provides second-level metric collection, visualization, machine learning-driven anomaly detection, and automated alerts. It can achieve full-stack monitoring without complex configuration.
Go
9.7K
5 points
M
MCP Server
The Mapbox MCP Server is a model context protocol server implemented in Node.js, providing AI applications with access to Mapbox geospatial APIs, including functions such as geocoding, point - of - interest search, route planning, isochrone analysis, and static map generation.
TypeScript
7.9K
4 points
U
Uniprof
Uniprof is a tool that simplifies CPU performance analysis. It supports multiple programming languages and runtimes, does not require code modification or additional dependencies, and can perform one-click performance profiling and hotspot analysis through Docker containers or the host mode.
TypeScript
7.3K
4.5 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
30.8K
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
22.5K
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
65.0K
4.3 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
18.6K
4.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
57.9K
4.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#
28.6K
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
20.4K
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
43.5K
4.8 points