yandex-direct-mcp
🗄 リポジトリはアーカイブ済みです
開発は theYahia/YaAll に移転しました — Yandex関連レイヤー全体を1か所にまとめたビルドです: Yandex公式MCPサーバー、 Direct・Metrika用MCP、YaGEOスキル、Wordstatゲート。
ここにあったものの最新版:
mcp/yandex-direct-mcp/ここではもう何も更新されません。課題やpull requestはYaAllへ。
Archived — development moved to theYahia/YaAll, a single repository bundling the whole Yandex stack. The current version of this package now lives at
mcp/yandex-direct-mcp/. Please open issues and pull requests there.
@theyahia/yandex-direct-mcp
Yandex.Direct API用MCPサーバー — 任意のMCPクライアント(Claude、Cursorなど)からコンテキスト広告を管理: キャンペーン、広告グループ、広告、キーワード、入札単価、マイナスキーワード、統計、残高。20のツール。
金額はルーブル単位(予算、入札単価の入出力とも)。サーバーがAPIのマイクロ単位に自動変換します。サンドボックス(安全なテスト用)とエージェンシーモード(Client-Login)に対応。
Related MCP server: yandex-direct-mcp
インストール
Claude Desktop
{
"mcpServers": {
"yandex-direct": {
"command": "npx",
"args": ["-y", "@theyahia/yandex-direct-mcp"],
"env": {
"YANDEX_DIRECT_TOKEN": "ваш_токен"
}
}
}
}Claude Code
claude mcp add yandex-direct -e YANDEX_DIRECT_TOKEN=ваш_токен -- npx -y @theyahia/yandex-direct-mcp設定(環境変数)
変数 | 必須 | 用途 |
| はい | Yandex.DirectのOAuthトークン |
| いいえ |
|
| いいえ | エージェンシートークン用のクライアントログイン( |
トークンの取得方法
OAuthトークンは、Yandex OAuthに登録されたアプリケーションに対して、Direct APIへのアクセス権付きで発行されます。詳細はアプリの登録とトークンの取得を参照。APIへのアクセスはDirectのインターフェースで申請する必要があります。
⚠️ 注意: 実際の費用が発生します
create_campaign、create_text_ad、add_keywords、set_keyword_bidsなどのツールは本番の広告アカウントを変更し、費用が発生する可能性があります。シナリオのデバッグにはサンドボックス(YANDEX_DIRECT_SANDBOX=1)を有効にしてください。
ツール(20)
キャンペーン
ツール | 説明 |
| キャンペーンの一覧(ステータス/タイプによるフィルター、ページネーション) |
| IDによるキャンペーンの詳細情報 |
| キャンペーンを作成(予算はルーブル、戦略の選択) |
| 名前/予算および/またはステータスを更新(SUSPEND/RESUME/ARCHIVE/UNARCHIVE) |
広告グループ
ツール | 説明 |
| 選択したキャンペーンの広告グループ |
| 地域ターゲティング付きでグループを作成 |
| IDでグループを削除 |
| グループのマイナスキーワードを設定 |
広告
ツール | 説明 |
| グループ内の広告 |
| テキスト広告を作成(≤56/≤30/≤81) |
| タイトル/テキスト/リンクを更新 |
| suspend/resume/archive/unarchive/moderate/delete |
キーワードと入札単価
ツール | 説明 |
| グループ内のキーワードフレーズ(入札単価はルーブル) |
| キーワードフレーズを追加 |
| フレーズ/グループ/キャンペーンに入札単価を設定(検索/ネットワーク、ルーブル) |
| suspend/resume/delete |
| キャンペーンのマイナスキーワードを設定 |
統計、アカウント、リファレンス
ツール | 説明 |
| 期間別の統計(インプレッション、クリック、費用、CTR、CPC) |
| アカウント残高(Live API v4) |
| 地域コードのリファレンス(225 = ロシア) |
リクエスト例
Покажи все активные рекламные кампании
Создай кампанию "Летняя распродажа" с бюджетом 5000 ₽/день, старт 2026-05-01
Установи ставку 25 ₽ на ключевые фразы 111 и 222
Добавь минус-фразы "бесплатно", "скачать" в кампанию 12345
Какая статистика у кампаний 12345 и 67890 за последнюю неделю?
Найди код региона для Новосибирска
Покажи баланс аккаунта開発
npm install
npm run build # tsc → dist/
npm test # vitest (моки fetch)
npm run dev # tsx src/index.tsライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP server for managing Yandex Direct advertising, Yandex Metrica analytics, Wordstat keyword research, and Yandex Webmaster SEO tools, with self-configuring OAuth; provides 153 tools for complete ad and search workflows from AI assistants.10015MIT
- AlicenseBqualityBmaintenanceA hardened MCP server for managing Yandex.Direct advertising campaigns with read-only defaults, write and finance capabilities optional, using OAuth authentication.26MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Yandex Direct, Metrika, Wordstat, and Webmaster APIs, providing 132 tools to manage advertising campaigns, analytics, keyword research, and reporting through any MCP-compatible client.58MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that gives AI agents direct access to the Yandex Direct API to manage campaigns, groups, ads, keywords, bids, and reports via natural language.1176Apache 2.0
Related MCP Connectors
MCP for Yandex Direct: manage ad campaigns & analytics from Claude or ChatGPT
All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.
Read-only Yandex Metrika MCP. Query visits, sources, geo, devices and more in plain language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/yandex-direct-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server