← Back to Plugins
MCP Server MCP

Swell MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "swell-mcp",
      "version": "1.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Swell store ID",
          "isRequired": true,
          "name": "SWELL_STORE_ID"
        },
        {
          "description": "Your Swell secret API key",
          "isRequired": true,
          "isSecret": true,
          "name": "SWELL_SECRET_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...