ozon mcp server for Zed
io.github.deviceingineering/ozon-mcp-server
Ozon Seller & Performance API, 156 tools; responses trimmed 476k to 64k tokens.
client:Zed
transport:stdio
runtime:pypi
Install ozon mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ozon-mcp-server": {
"command": "uvx",
"args": [
"ozon-mcp-server"
],
"env": {
"OZON_CLIENT_ID": "<OZON_CLIENT_ID>",
"OZON_API_KEY": "<OZON_API_KEY>",
"OZON_PERF_CLIENT_ID": "<OZON_PERF_CLIENT_ID>",
"OZON_PERF_CLIENT_SECRET": "<OZON_PERF_CLIENT_SECRET>",
"DATA_DIR": "<DATA_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs