Shopops MCP
Rank #24,982io.github.enzoemir1/shopops-mcp
AI e-commerce operations. Inventory, pricing, segmentation, and analytics.
Shopops MCP is a Model Context Protocol (MCP) server published by enzoemir1. It ranks #24,982 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Shopops MCP is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 5 tracked versions. It was first listed on Apr 6, 2026 and most recently updated on Apr 10, 2026.
Ranks ahead of 90,609 of 115,591 servers on MCP Toplist.
Use Shopops MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add shopops-mcp -- npx -y shopops-mcp-server[mcp_servers.shopops-mcp]
command = "npx"
args = ["-y", "shopops-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"shopops-mcp": {
"command": "npx",
"args": [
"-y",
"shopops-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"shopops-mcp": {
"command": "npx",
"args": [
"-y",
"shopops-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"shopops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shopops-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"shopops-mcp": {
"command": "npx",
"args": [
"-y",
"shopops-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"shopops-mcp": {
"command": "npx",
"args": [
"-y",
"shopops-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.enzoemir1%2Fshopops-mcp)<a href="https://mcptoplist.com/server/io.github.enzoemir1%2Fshopops-mcp"><img src="https://mcptoplist.com/badge/io.github.enzoemir1%2Fshopops-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
enzoemir1
Other servers by enzoemir1
View all enzoemir1 servers →Available versions (5)
| Version | Published |
|---|---|
| 1.2.2 | Apr 10, 2026 |
| 1.2.1 | Apr 10, 2026 |
| 1.2.0 | Apr 9, 2026 |
| 1.1.0 | Apr 9, 2026 |
| 1.0.0 | Apr 8, 2026 |
Frequently asked questions
- Who maintains Shopops MCP?
- Shopops MCP is maintained by enzoemir1, which publishes 4 MCP servers (25 total versions) tracked on MCP Toplist.
- Is Shopops MCP listed on the Official MCP Registry?
- Yes — Shopops MCP is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Shopops MCP have?
- MCP Toplist tracks 5 versions of Shopops MCP, most recently published on Apr 10, 2026.
- Where can I find the source code for Shopops MCP?
- The source code for Shopops MCP is hosted at github.com/enzoemir1/shopops-mcp.