dev-mcp
293
The Shopify Dev MCP Server is designed to facilitate interactions with Shopify APIs through a Model Context Protocol, offering support for the Admin GraphQL API and Functions, with optional Polaris Web Components integration. It provides essential tools and prompts to enhance usability and development.
Shopify Dev MCP Server
This project implements a Model Context Protocol (MCP) server that interacts with Shopify Dev. The protocol supports various tools to interact with different Shopify APIs, including:
- Admin GraphQL API
- Functions
- (Optional) Polaris Web Components
Available tools
- search_dev_docs: Search shopify.dev documentation
- introspect_admin_schema: Access and search Shopify Admin GraphQL schema
- fetch_docs_by_path: Retrieve documents from shopify.dev
- get_started: Get started with Shopify APIs (Admin, Functions, etc.)
Available prompts
- shopify_admin_graphql: Help you write GraphQL operations for the Shopify Admin API
Development
Built using the MCP SDK to communicate with Shopify Dev. Development steps include installing dependencies, modifying files, building, and testing the server.