first-ecommerce-mcpserver

dotnetabhishekai/first-ecommerce-mcpserver
★ 1 stars Python 📦 Other Updated 17d ago
python app with mcp server demo
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "first-ecommerce-mcps": {
      "command": "uvx",
      "args": [
        "first-ecommerce-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install first-ecommerce-mcpserver