Wildberries MCP (RU) for VS Code
io.github.ilyautov/wildberries-mcp-ru
API Wildberries в ИИ-ассистенте: продажи, остатки, карточки, цены, отчёты
client:VS Code
transport:stdio
runtime:pypi
Install Wildberries MCP (RU) in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "wb-api-token",
"description": "WB_API_TOKEN",
"password": true
}
],
"servers": {
"wildberries-mcp-ru": {
"type": "stdio",
"command": "uvx",
"args": [
"wildberries-mcp-ru"
],
"env": {
"WB_API_TOKEN": "${input:wb-api-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs