Integrates with Shopify's GraphQL API to enable comprehensive store management, including product, customer, order, and discount operations.
Log in to Your Shopify Admin Panel
Go to your Shopify store’s admin page.
Navigate to Apps and Sales Channels
In the bottom left menu, click on Settings. Then select Apps and sales channels.
Enable App Development (if needed)
Click on Develop apps. If you have not enabled app development yet, follow the prompt to enable developer mode.
Create a New Custom App
Click Create an app. Enter a name (e.g., "Shopify MCP Server") and click Create app.
Set Admin API Scopes
In your new app, click Configure Admin API scopes.
Select the following scopes:
read_products
, write_products
read_customers
, write_customers
read_orders
, write_orders
Click Save when done.
Install the Custom App
Click Install app. Confirm installation when prompted.
Retrieve the Admin API Access Token
After installing, you will see your Admin API access token. Copy this token now, as you will not be able to view it again.
Find Your Shop Domain
Your MYSHOPIFY_DOMAIN is in the format <your-store-name>.myshopify.com
. You can verify this by checking your store’s URL in the browser address bar.
Enter the Values in the FastMCP Connection Interface
- Click the "Install Now" button on FastMCP.
- Enter your SHOPIFY_ACCESS_TOKEN and MYSHOPIFY_DOMAIN into the corresponding fields in the FastMCP connection interface.
Done!
You have supplied the required environment values and can now connect your Shopify store with FastMCP.