Skip to content
Cursor

Ozon Seller MCP Server for Cursor

io.github.woyaxnini/ozon-seller

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

client:Cursor transport:stdio runtime:npm

Install Ozon Seller MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ozon-seller": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-ozon-seller"
      ],
      "env": {
        "OZON_CLIENT_ID": "<OZON_CLIENT_ID>",
        "OZON_API_KEY": "<OZON_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Ozon Seller MCP Server in other clients