wb mcp server for Cline
io.github.deviceingineering/wb-mcp-server
Wildberries Seller API, 197 tools; responses measured and trimmed: 770k to 75k tokens.
client:Cline
transport:stdio
runtime:pypi
Install wb mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"wb-mcp-server": {
"command": "uvx",
"args": [
"wb-mcp-server"
],
"env": {
"WB_API_TOKEN": "<WB_API_TOKEN>",
"DATA_DIR": "<DATA_DIR>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs