Skip to content
Cline

ozon mcp server for Cline

io.github.deviceingineering/ozon-mcp-server

Ozon Seller & Performance API, 156 tools; responses trimmed 476k to 64k tokens.

client:Cline transport:stdio runtime:pypi

Install ozon mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ozon-mcp-server": {
      "command": "uvx",
      "args": [
        "ozon-mcp-server"
      ],
      "env": {
        "OZON_CLIENT_ID": "<OZON_CLIENT_ID>",
        "OZON_API_KEY": "<OZON_API_KEY>",
        "OZON_PERF_CLIENT_ID": "<OZON_PERF_CLIENT_ID>",
        "OZON_PERF_CLIENT_SECRET": "<OZON_PERF_CLIENT_SECRET>",
        "DATA_DIR": "<DATA_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ozon mcp server in other clients