Skip to content
Grok

Ozon Seller MCP (RU) for Grok

io.github.ilyautov/ozon-mcp-ru

API Ozon Seller в ИИ-ассистенте: товары, заказы, цены, остатки, финансы, отзывы

client:Grok transport:stdio runtime:pypi

Install Ozon Seller MCP (RU) in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "ozon-mcp-ru": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ozon-mcp-ru"
      ],
      "env": {
        "OZON_CLIENT_ID": "<OZON_CLIENT_ID>",
        "OZON_API_KEY": "<OZON_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Ozon Seller MCP (RU) in other clients