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.1K

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

C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
5.9K
5 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
9.9K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.2K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
9.5K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
13.1K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
8.7K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
10.0K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
10.9K
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
27.6K
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
17.6K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
55.3K
4.3 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
18.6K
4.3 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#
24.3K
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
52.4K
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
17.2K
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
35.7K
4.8 points