vendure (MCP Server)

GitHub

Open-source headless commerce platform built with TypeScript, NestJS, React, and GraphQL

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "vendure": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vendure"
      ]
    }
  }
}