Five MCP demo servers for e-commerce: B2C, B2B, Parts Finder, Service Marketplace, Internal Sales Rep
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcps-demo-for-ecomme": {
"command": "npx",
"args": [
"-y",
"abdelwahabAmged/MCPs-Demo-for-ecommers"
]
}
}
}
Run in terminal:
claude mcp add mcps-demo-for-ecomme npx -y abdelwahabAmged/MCPs-Demo-for-ecommers
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcps-demo-for-ecomme": {
"command": "npx",
"args": [
"-y",
"abdelwahabAmged/MCPs-Demo-for-ecommers"
]
}
}
}