Connect Claude to your Shopify store. Edit themes, pages and products by describing what you want.
claude mcp add shop-mcp --transport sse https://www.shopmcp.net/mcp-shopify.ashx
~/.cursor/mcp.json
{
"mcpServers": {
"shop-mcp": {
"url": "https://www.shopmcp.net/mcp-shopify.ashx"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shop-mcp": {
"serverUrl": "https://www.shopmcp.net/mcp-shopify.ashx"
}
}
}
.vscode/mcp.json
{
"servers": {
"shop-mcp": {
"type": "sse",
"url": "https://www.shopmcp.net/mcp-shopify.ashx"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"shop-mcp": {
"url": "https://www.shopmcp.net/mcp-shopify.ashx"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"shop-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.shopmcp.net/mcp-shopify.ashx"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://www.shopmcp.net/mcp-shopify.ashx | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.anderseen-digital--shop-mcp/reviews or the review_server meta-tool.
POST /mcp