quickesta-shop-mcp

quickesta/quickesta-shop-mcp
★ 0 stars Python 🔌 API Integration Updated today
A Model Context Protocol (MCP) server for Quickesta Shop
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": {
    "quickesta-shop-mcp": {
      "command": "uvx",
      "args": [
        "quickesta-shop-mcp"
      ]
    }
  }
}

Or install with pip: pip install quickesta-shop-mcp

README Excerpt

A Model Context Protocol (MCP) server for Saleor Commerce that provides integration with AI assistants and tools. The Saleor MCP server allows AI assistants to interact with Saleor instance in order to fetch data about products, customers, and orders. The MCP is read-only - it doesn't trigger any mutations in the Saleor API.