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