← Index

Ozon Seller MCP Server

io.github.woyaxnini/ozon-seller·v1.0.0·Analytics
Quality Score
90
/100

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ozon-seller": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-ozon-seller"
      ],
      "env": {
        "OZON_CLIENT_ID": "<ozon_client_id>",
        "OZON_API_KEY": "<your-ozon_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ozon-seller": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-ozon-seller"
      ],
      "env": {
        "OZON_CLIENT_ID": "<ozon_client_id>",
        "OZON_API_KEY": "<your-ozon_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @woyax/mcp-ozon-seller
§02  Environment variables
OZON_CLIENT_ID
required

Ozon seller numeric ID. Find it in your Ozon Seller cabinet: Settings → API integrations → Seller API.

OZON_API_KEY
requiredsecret

Ozon Seller API key (UUID). Generate it in your Ozon Seller cabinet: Settings → API integrations → Seller API. Recommended role: Admin.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Analytics