wildberries for Cursor
io.github.dontsovcmc/wildberries
MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising
client:Cursor
transport:stdio
runtime:pypi
Install wildberries in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wildberries": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-wildberries"
],
"env": {
"WB_TOKEN": "<WB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs