OZON MCP Server
Enables automated login and price monitoring for OZON seller platform using QQ Mail verification codes. Supports browser automation through Playwright for managing OZON seller operations.
README
OZON MCP Server
中文文档
OZON MCP Server 是一个基于 Model Context Protocol (MCP) 的工具,通过 Playwright 实现 OZON 电商后台自动化操作,支持 QQ 邮箱验证码自动读取。
功能
- 自动登录 (
login-with-email-code) - 使用 QQ 邮箱验证码自动登录 OZON 卖家后台 - 价格监控 (
get-marketing-actions) - 获取营销活动商品价格数据,识别低于最低价格的商品
快速开始
1. 安装依赖
pip install -r requirements.txt
playwright install chromium
2. 配置环境变量
复制 .env.example 为 .env 并填写:
# OZON 账号配置
ozon_username="your_qq@qq.com"
ozon_login_url="https://sso.ozon.ru/auth/ozonid?localization_language_code=zh-Hans"
# QQ 邮箱授权码(16位)- 获取方式见下方
qq_imap_auth_code="your_16_digit_auth_code"
# Chrome Profile 路径(可选,默认使用 ./chrome-profile/)
chrome_profile_path="./chrome-profile/"
3. 获取 QQ 邮箱授权码
- 登录 mail.qq.com
- 设置 → 账户 → POP3/IMAP/SMTP/Exchange/CardDAV/CalDAV服务
- 开启 IMAP/SMTP 服务,获取 16 位授权码
4. 运行 MCP Server
cd src
python -m ozon_mcp.server
或在 Claude Code 中添加 mcp.json 配置。
使用方法
命令行参数
{
"command": "login-with-email-code",
"timeout": 120
}
{
"command": "get-marketing-actions",
"page": 1,
"page_size": 20,
"all_pages": false
}
项目结构
ozon-mcp/
├── src/ozon_mcp/ # 核心代码
│ ├── server.py # MCP Server 入口
│ ├── browser.py # Playwright 浏览器管理
│ ├── mail.py # QQ 邮箱 IMAP 操作
│ └── selectors.py # OZON 页面选择器
├── tests/ # 测试代码
├── requirements.txt # 依赖
├── pyproject.toml # 项目配置
└── mcp.json # MCP 配置示例
开发
# 运行测试
pytest tests/ -v
# 安装开发依赖
pip install -e ".[dev]"
注意事项
- 隐私保护 - 请勿提交
.env文件或chrome-profile/目录到 Git - 验证码 - 确保 QQ 邮箱能正常接收 OZON 的验证码邮件
- Chrome Profile - 首次登录后会保存登录状态,避免重复验证
English Docs
OZON MCP Server is a Model Context Protocol (MCP) based tool for automating OZON seller platform operations using Playwright, with QQ Mail OTP support.
Features
- Auto Login - Login to OZON using QQ Mail verification codes
- Price Monitoring - Check marketing action prices and identify underpriced items
Quick Start
pip install -r requirements.txt
playwright install chromium
Copy .env.example to .env and configure your credentials.
Get QQ Mail auth code from: mail.qq.com → Settings → Account → IMAP/SMTP service
License
MIT License - see LICENSE file
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.