Bridges to the Shopify GraphQL Admin API, enabling product searches, customer information retrieval, order management, and inventory updates without leaving your workflow.
Log in to your Shopify Admin Panel
- Go to your Shopify store and log in as an admin.
Navigate to "Settings" → "Apps and sales channels"
- In the left-hand sidebar of the Shopify admin dashboard, click Settings.
- Select Apps and sales channels.
Enable Developer Preview (if necessary)
- Click Develop apps.
- If prompted, enable developer preview to create custom apps.
Create a New App
- Click Create an app.
- Enter a name for your app (e.g., "Shopify MCP Server").
- Confirm creation.
Configure API Access and Permissions
- Click Configure Admin API scopes.
- Check the following permissions:
read_products
, write_products
read_customers
, write_customers
read_orders
, write_orders
- Click Save.
Install the App
- Click Install app.
- Approve installation by clicking Install when prompted.
Retrieve the Admin API Access Token
- After installation, Shopify will display the Admin API access token.
- Important: This token will only be displayed once. Copy and save it securely.
Determine Your Store Domain
- Your store domain will be in the format:
<your-store-name>.myshopify.com
.
Fill in the FastMCP Connection Interface
- Click the Install Now button for Shopify MCP in FastMCP.
- In the connection interface, paste your Admin API access token in the relevant field.
- Enter your store domain field as
<your-store-name>.myshopify.com
(replace with your actual store’s domain).
Save and Complete the Setup
- Click Save or Connect in the FastMCP connection interface to complete the integration.
You have now successfully configured Shopify MCP with your store’s credentials.