Skip to content
Grok

wildberries for Grok

io.github.dontsovcmc/wildberries

MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising

client:Grok transport:stdio runtime:pypi

Install wildberries in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "wildberries": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-wildberries"
      ],
      "env": {
        "WB_TOKEN": "<WB_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

wildberries in other clients