Wildberries MCP (RU) for Cursor
io.github.ilyautov/wildberries-mcp-ru
API Wildberries в ИИ-ассистенте: продажи, остатки, карточки, цены, отчёты
client:Cursor
transport:stdio
runtime:pypi
Install Wildberries MCP (RU) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wildberries-mcp-ru": {
"type": "stdio",
"command": "uvx",
"args": [
"wildberries-mcp-ru"
],
"env": {
"WB_API_TOKEN": "<WB_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs