Skip to main content

Use Polaris with the Shopify dev MCP server

Learn how to enable Polaris tooling in the Shopify dev MCP server to accelerate app development.



Run the following command to start the Shopify dev MCP server:

Terminal

npx -y @shopify/dev-mcp@latest

You can add the npx -y @shopify/dev-mcp@latest command for different dev environments to add the MCP integration:

File

{
"mcpServers": {
"shopify-dev-mcp": {
"command": "npx",
"args": ["-y", "@shopify/dev-mcp@latest"]
}
}
}

After configuring your tooling, be sure to tell your agent to use available tools that help you build with Polaris web components across all supported surfaces.


Learn about the various surfaces where you can use Polaris web components:


Was this page helpful?