mcpbeat Sign in

Wildberries MCP Server

local only

Wildberries runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from pypi. Last commit 10 May 2026.

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

Installs per day peak 20 · avg 10 · -17% w/w
a month agotoday
68
Installs / week
pypi · mcp-server-wildberries
2
Stars
0 open issues
10 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Wildberries every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wildberries -- uvx mcp-server-wildberries
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wildberries": {
      "args": [
        "mcp-server-wildberries"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wildberries]
command = "uvx"
args = ["mcp-server-wildberries"]
.cursor/mcp.json
{
  "mcpServers": {
    "wildberries": {
      "args": [
        "mcp-server-wildberries"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wildberries": {
      "args": [
        "mcp-server-wildberries"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: WB_TOKEN. The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wildberries

same job, measured the same way
Ozon Seller MCP Server
by woyaxnini

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

61 installs/wk local only
Ozon Seller
by dontsovcmc

MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns

86 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
Yandex Market Seller
by dontsovcmc

MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics

95 installs/wk local only
Easy Digital Downloads
by verygoodplugins

MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics

35 installs/wk local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Avito MCP
by elchin92

MCP server for Avito: chats, listings, orders and analytics, with previews and confirmations.

155 installs/wk local only
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

46 installs/wk local only

Wildberries — questions

Answers built from our own checks of this server.

Why is there no uptime for Wildberries?
Wildberries runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-wildberries was installed 68 times last week.
How do I connect Wildberries?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-wildberries straight from pypi; nothing to host, nothing to sign up for.
How many people use Wildberries?
The pypi package mcp-server-wildberries was installed 68 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wildberries open source?
We cannot say either way: written in Python and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.