PluginBench
MCP Server

Ozon Seller MCP Server MCP Server

io.github.woyaxnini/ozon-seller

What is the Ozon Seller MCP Server MCP server?

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

How to install Ozon Seller MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OZON_CLIENT_ID
    required

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

  • OZON_API_KEY
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ozon-seller": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-ozon-seller"
      ],
      "env": {
        "OZON_CLIENT_ID": "<YOUR_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": "<YOUR_OZON_CLIENT_ID>",
        "OZON_API_KEY": "<YOUR_OZON_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ozon-seller": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-ozon-seller"
      ],
      "env": {
        "OZON_CLIENT_ID": "<YOUR_OZON_CLIENT_ID>",
        "OZON_API_KEY": "<YOUR_OZON_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ozon-seller": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-ozon-seller"
      ],
      "env": {
        "OZON_CLIENT_ID": "<YOUR_OZON_CLIENT_ID>",
        "OZON_API_KEY": "<YOUR_OZON_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add ozon-seller --env OZON_CLIENT_ID=<YOUR_OZON_CLIENT_ID> --env OZON_API_KEY=<YOUR_OZON_API_KEY> -- npx -y @woyax/mcp-ozon-seller

Related MCP servers

MCP server for Chestnyi Znak — Russian product marking system. 10 tools: codes, documents, stocks.

View repository →

MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events.

View repository →