mcpbeat Sign in

Yandex Market Seller MCP Server

local only

Yandex Market Seller runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from pypi. Last commit 10 May 2026.

MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics

Installs per day peak 34 · avg 13 · -4% w/w
a month agotoday
95
Installs / week
pypi · mcp-server-yandex-market-seller
1
Stars
0 open issues
10 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Yandex Market Seller every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yandex-market-seller -- uvx mcp-server-yandex-market-seller
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-market-seller": {
      "args": [
        "mcp-server-yandex-market-seller"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yandex-market-seller]
command = "uvx"
args = ["mcp-server-yandex-market-seller"]
.cursor/mcp.json
{
  "mcpServers": {
    "yandex-market-seller": {
      "args": [
        "mcp-server-yandex-market-seller"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yandex-market-seller": {
      "args": [
        "mcp-server-yandex-market-seller"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: YM_TOKEN, YM_CAMPAIGN_ID, YM_BUSINESS_ID, YM_AUTH_TYPE. The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yandex Market Seller

same job, measured the same way
Ozon Seller MCP Server
by woyaxnini

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

61 installs/wk local only
Yandex Metrica MCP
by askads

MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics.

96 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Wildberries
by dontsovcmc

MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising

68 installs/wk local only
Glitch Grow Linkedin Ad MCP
by glitchexecutor-grow

MCP server for the LinkedIn Marketing API — campaigns, analytics, creatives.

6 installs/wk local only
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

46 installs/wk local only
Roistat MCP
by theyahia

MCP server for Roistat API — marketing analytics, visits tracking. API key auth.

48 installs/wk local only

Yandex Market Seller — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Market Seller?
Yandex Market Seller runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-yandex-market-seller was installed 95 times last week.
How do I connect Yandex Market Seller?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-yandex-market-seller straight from pypi; nothing to host, nothing to sign up for.
How many people use Yandex Market Seller?
The pypi package mcp-server-yandex-market-seller was installed 95 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yandex Market Seller open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.