
Wildberries MCP Server
by kulichevskiy
Connect your AI to the Wildberries marketplace to manage product cards and store data across multiple accounts.
What it does
This MCP server connects an AI assistant to the Wildberries marketplace API, enabling the retrieval and management of product cards. It is specifically designed for sellers who operate multiple cabinets (accounts), providing a unified interface to query data across different API keys with built-in pagination and rate-limit handling.
Tools
get_wb_cards: Retrieves product cards from Wildberries, with options to filter by cabinet name or photo presence.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"wildberries": {
"command": "python",
"args": ["-m", "wb_mcp_server.server"],
"cwd": "/path/to/wb-mcp-server"
}
}
}
Supported hosts
- claude
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 5/27/2026
- Updated
- 2 months ago






