mcp-server-wildberries
Rank #41,190io.github.dontsovcmc/wildberries
MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising
mcp-server-wildberries is a Model Context Protocol (MCP) server published by dontsovcmc. It ranks #41,190 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. mcp-server-wildberries is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 26, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 74,401 of 115,591 servers on MCP Toplist.
Use mcp-server-wildberries
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add wildberries -e "WB_TOKEN=<your WB_TOKEN>" -- uvx mcp-server-wildberriesReplace each placeholder with your own value before saving.
[mcp_servers.wildberries]
command = "uvx"
args = ["mcp-server-wildberries"]
[mcp_servers.wildberries.env]
WB_TOKEN = "<your WB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wildberries": {
"command": "uvx",
"args": [
"mcp-server-wildberries"
],
"env": {
"WB_TOKEN": "<your WB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wildberries": {
"command": "uvx",
"args": [
"mcp-server-wildberries"
],
"env": {
"WB_TOKEN": "<your WB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wildberries": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-wildberries"
],
"env": {
"WB_TOKEN": "<your WB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wildberries": {
"command": "uvx",
"args": [
"mcp-server-wildberries"
],
"env": {
"WB_TOKEN": "<your WB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wildberries": {
"command": "uvx",
"args": [
"mcp-server-wildberries"
],
"env": {
"WB_TOKEN": "<your WB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dontsovcmc%2Fwildberries)<a href="https://mcptoplist.com/server/io.github.dontsovcmc%2Fwildberries"><img src="https://mcptoplist.com/badge/io.github.dontsovcmc%2Fwildberries.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
dontsovcmc
Other servers by dontsovcmc
- MCP Server Tochka Bank#33,551 · 5 vers
- MCP Server Ozon Seller#35,168 · 2 vers
- MCP Server Yandex Metrika#35,169 · 2 vers
- cdek#40,073 · 3 vers
- Yandex Market Seller MCP Server#40,074 · 3 vers
- yandex-direct#45,184 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Apr 27, 2026 |
Frequently asked questions
- Who maintains mcp-server-wildberries?
- mcp-server-wildberries is maintained by dontsovcmc, which publishes 7 MCP servers (18 total versions) tracked on MCP Toplist.
- Is mcp-server-wildberries listed on the Official MCP Registry?
- Yes — mcp-server-wildberries is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-server-wildberries have?
- MCP Toplist tracks 1 version of mcp-server-wildberries, most recently published on Apr 27, 2026.
- Where can I find the source code for mcp-server-wildberries?
- The source code for mcp-server-wildberries is hosted at github.com/dontsovcmc/mcp-server-wildberries.