MCP Server
Active
Shopify Catalog Monitor MCP Server
io.github.dizzyvinci/shopify-catalog-monitor
What is the Shopify Catalog Monitor MCP server?
Track price drops, stock-outs, restocks, and new/removed products across Shopify stores.
How to install Shopify Catalog Monitor
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"shopify-catalog-monitor": {
"url": "https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shopify-catalog-monitor": {
"serverUrl": "https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"shopify-catalog-monitor": {
"type": "http",
"url": "https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"shopify-catalog-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor"
]
}
}
}Claude Code
claude mcp add --transport http shopify-catalog-monitor https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitorRelated MCP servers
Pull recent building permits from 9 US cities in a unified schema from official open-data portals.
0
View repository →JavaScript