Ozon Seller MCP Server
Rank #29,502io.github.woyaxnini/ozon-seller
MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.
Ozon Seller MCP Server is a Model Context Protocol (MCP) server published by woyaxnini. It ranks #29,502 of 132,113 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Ozon Seller MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 17, 2026 and most recently updated on Apr 17, 2026.
Ranks ahead of 102,611 of 132,113 servers on MCP Toplist.
Use Ozon Seller MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ozon-seller -e "OZON_CLIENT_ID=<your OZON_CLIENT_ID>" -e "OZON_API_KEY=<your OZON_API_KEY>" -- npx -y @woyax/mcp-ozon-sellerReplace each placeholder with your own value before saving.
[mcp_servers.ozon-seller]
command = "npx"
args = ["-y", "@woyax/mcp-ozon-seller"]
[mcp_servers.ozon-seller.env]
OZON_CLIENT_ID = "<your OZON_CLIENT_ID>"
OZON_API_KEY = "<your OZON_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.woyaxnini%2Fozon-seller)<a href="https://mcptoplist.com/server/io.github.woyaxnini%2Fozon-seller"><img src="https://mcptoplist.com/badge/io.github.woyaxnini%2Fozon-seller.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
woyaxnini
Other servers by woyaxnini
View all woyaxnini servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 17, 2026 |
Frequently asked questions
- Who maintains Ozon Seller MCP Server?
- Ozon Seller MCP Server is maintained by woyaxnini, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Ozon Seller MCP Server listed on the Official MCP Registry?
- Yes — Ozon Seller MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ozon Seller MCP Server have?
- MCP Toplist tracks 1 version of Ozon Seller MCP Server, most recently published on Apr 17, 2026.
- Where can I find the source code for Ozon Seller MCP Server?
- The source code for Ozon Seller MCP Server is hosted at github.com/woyaxnini/mcp-ozon-seller.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.