Ozon Seller MCP Server for Grok
io.github.woyaxnini/ozon-seller
MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.
client:Grok
transport:stdio
runtime:npm
Install Ozon Seller MCP Server in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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