Skip to content
Zed

wildberries for Zed

io.github.dontsovcmc/wildberries

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

client:Zed transport:stdio runtime:pypi

Install wildberries in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

wildberries in other clients