Loading MCP server directory, please wait...
MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.
npx @getmcp/cli add io.github.woyaxnini/ozon-sellerRequires Node.js 18+. Community-contributed server. Review source before installing.
OZON_CLIENT_IDOzon seller numeric ID. Find it in your Ozon Seller cabinet: Settings → API integrations → Seller API.
OZON_API_KEYOzon Seller API key (UUID). Generate it in your Ozon Seller cabinet: Settings → API integrations → Seller API. Recommended role: Admin.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.woyaxnini/ozon-seller": {
"command": "npx",
"args": [
"-y",
"@woyax/mcp-ozon-seller"
],
"env": {
"OZON_CLIENT_ID": "",
"OZON_API_KEY": ""
}
}
}
}