Skip to content
Claude Desktop

Dicker Data for Claude Desktop

io.github.wyre-ai/dicker-data-mcp

MCP server for Dicker Data's B2B partner/reseller REST API — pricing, orders, and invoices.

client:Claude Desktop transport:stdio runtime:oci

Install Dicker Data in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "dicker-data-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/dicker-data-mcp:v1.0.2"
      ],
      "env": {
        "DICKERDATA_ACCOUNT_CODE": "<DICKERDATA_ACCOUNT_CODE>",
        "DICKERDATA_ACCESS_TOKEN": "<DICKERDATA_ACCESS_TOKEN>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Dicker Data in other clients