Skip to content
Cursor

Swell MCP for Cursor

io.github.devkindhq/swell

Model Context Protocol server for Swell e-commerce platform integration with AI assistants

client:Cursor transport:stdio runtime:npm

Install Swell MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "swell": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "swell-mcp"
      ],
      "env": {
        "SWELL_STORE_ID": "<SWELL_STORE_ID>",
        "SWELL_SECRET_KEY": "<SWELL_SECRET_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Swell MCP in other clients