PluginBench
MCP Server
Maintained

io.github.dontsovcmc/yandex-market-seller MCP Server

io.github.dontsovcmc/yandex-market-seller

What is the io.github.dontsovcmc/yandex-market-seller MCP server?

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

How to install io.github.dontsovcmc/yandex-market-seller

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YM_TOKEN
    required
    secret
  • YM_CAMPAIGN_ID
  • YM_BUSINESS_ID
  • YM_AUTH_TYPE
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-market-seller": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-market-seller"
      ],
      "env": {
        "YM_TOKEN": "<YOUR_YM_TOKEN>",
        "YM_CAMPAIGN_ID": "<YOUR_YM_CAMPAIGN_ID>",
        "YM_BUSINESS_ID": "<YOUR_YM_BUSINESS_ID>",
        "YM_AUTH_TYPE": "<YOUR_YM_AUTH_TYPE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "yandex-market-seller": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-market-seller"
      ],
      "env": {
        "YM_TOKEN": "<YOUR_YM_TOKEN>",
        "YM_CAMPAIGN_ID": "<YOUR_YM_CAMPAIGN_ID>",
        "YM_BUSINESS_ID": "<YOUR_YM_BUSINESS_ID>",
        "YM_AUTH_TYPE": "<YOUR_YM_AUTH_TYPE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "yandex-market-seller": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-market-seller"
      ],
      "env": {
        "YM_TOKEN": "<YOUR_YM_TOKEN>",
        "YM_CAMPAIGN_ID": "<YOUR_YM_CAMPAIGN_ID>",
        "YM_BUSINESS_ID": "<YOUR_YM_BUSINESS_ID>",
        "YM_AUTH_TYPE": "<YOUR_YM_AUTH_TYPE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "yandex-market-seller": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-yandex-market-seller"
      ],
      "env": {
        "YM_TOKEN": "<YOUR_YM_TOKEN>",
        "YM_CAMPAIGN_ID": "<YOUR_YM_CAMPAIGN_ID>",
        "YM_BUSINESS_ID": "<YOUR_YM_BUSINESS_ID>",
        "YM_AUTH_TYPE": "<YOUR_YM_AUTH_TYPE>"
      }
    }
  }
}
Claude Code
claude mcp add yandex-market-seller --env YM_TOKEN=<YOUR_YM_TOKEN> --env YM_CAMPAIGN_ID=<YOUR_YM_CAMPAIGN_ID> --env YM_BUSINESS_ID=<YOUR_YM_BUSINESS_ID> --env YM_AUTH_TYPE=<YOUR_YM_AUTH_TYPE> -- uvx mcp-server-yandex-market-seller

Related MCP servers

MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns

2
Python
MIT
View repository →

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

2
Python
View repository →

MCP server for CDEK delivery service API — create orders, track shipments, search delivery points

0
Python
View repository →

MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions

0
Python
MIT
View repository →

MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences

0
Python
View repository →

MCP server for Yandex Metrika API — counters, goals, reports, segments, logs

0
Python
View repository →