Skip to content

Commit 7b4d28a

Browse files
Merge pull request #53 from Shopify/configure-shopify-dev-mcp
Configure shopify dev mcp
2 parents edffeb6 + 4306a0e commit 7b4d28a

4 files changed

Lines changed: 34 additions & 1 deletion

File tree

.cursor/mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"shopify-dev-mcp": {
4+
"command": "npx",
5+
"args": ["-y", "@shopify/dev-mcp@latest"],
6+
"env": {
7+
"POLARIS_UNIFIED": "true",
8+
"LIQUID": "true"
9+
}
10+
}
11+
}
12+
}

.mcp.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mcpServers": {
3+
"shopify-dev-mcp": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": ["-y", "@shopify/dev-mcp@latest"],
7+
"env": {
8+
"POLARIS_UNIFIED": "true",
9+
"LIQUID": "true"
10+
}
11+
}
12+
}
13+
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @shopify/shopify-app-template-react-router
22

3+
## 2025.08.16
4+
- [#53](https://github.com/Shopify/shopify-app-template-react-router/pull/53) Adds the Shopify Dev MCP to the template
5+
36
## 2025.07.24
47
- Adds [App Bridge web components](https://shopify.dev/docs/api/app-home/app-bridge-web-components) to the template.
58

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ This template comes pre-configured with examples of:
7676

7777
Please read the [documentation for @shopify/shopify-app-react-router](https://shopify.dev/docs/api/shopify-app-react-router) to see what other API's are available.
7878

79+
## Shopify Dev MCP
80+
81+
This template is configured with the Shopify Dev MCP. This instructs [Cursor](https://cursor.com/), [GitHub Copilot](https://github.com/features/copilot) and [Claude Code](https://claude.com/product/claude-code) to use the Shopify dev MCP. To update the config, please edit `.mcp.json` or `.cursor/mcp.json` depending on which config file your preferred AI Assisted editor uses.
82+
83+
For more information on the Shopify Dev MCP please read [the documentation](https://shopify.dev/docs/apps/build/devmcp).
84+
7985
## Deployment
8086

8187
### Application Storage
@@ -251,7 +257,6 @@ See the [Prisma documentation](https://www.prisma.io/docs/getting-started/setup-
251257

252258
This is because a JWT token is expired. If you are consistently getting this error, it could be that the clock on your machine is not in sync with the server. To fix this ensure you have enabled "Set time and date automatically" in the "Date and Time" settings on your computer.
253259

254-
255260
## Resources
256261

257262
React Router:

0 commit comments

Comments
 (0)