Yandex Tools
MCP server for yandex tools
What is Yandex Tools?
Yandex Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for yandex tools
MCP server for yandex tools
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for yandex tools
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx yandex-toolsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Yandex Tools
Yandex Tools MCP is a suite of four MCP servers that connect AI agents to Yandex's core developer and marketing APIs: Wordstat for keyword research and search trends, Search for web search, Webmaster for site analytics and indexing status, and Metrika for web traffic analytics. It is particularly useful for digital marketers, SEO professionals, and developers working with Russian-language search audiences who want to query Yandex data directly from their AI client.
Prerequisites
- Node.js 18+ and npx installed
- A Yandex Cloud account with API access enabled
- YANDEX_SEARCH_API_KEY and YANDEX_FOLDER_ID for Wordstat and Search tools
- YANDEX_WEBMASTER_TOKEN (OAuth) for Webmaster tools
- YANDEX_METRIKA_TOKEN (OAuth) for Metrika analytics tools
Obtain Yandex API credentials
Log into Yandex Cloud (console.cloud.yandex.com) to get your API key and folder ID. For Webmaster and Metrika, generate OAuth tokens at oauth.yandex.com.
Add the Yandex Wordstat server to Claude Desktop
Add the wordstat MCP server entry to your claude_desktop_config.json with your API key and folder ID.
{
"mcpServers": {
"yandex-wordstat": {
"command": "npx",
"args": ["-y", "yandex-wordstat-mcp"],
"env": {
"YANDEX_SEARCH_API_KEY": "your-api-key",
"YANDEX_FOLDER_ID": "your-folder-id"
}
}
}
}Add the Yandex Search server
Optionally add the search server for AI-powered web search through Yandex.
{
"mcpServers": {
"yandex-search": {
"command": "npx",
"args": ["-y", "yandex-search-mcp"],
"env": {
"YANDEX_SEARCH_API_KEY": "your-api-key",
"YANDEX_FOLDER_ID": "your-folder-id"
}
}
}
}Add Yandex Webmaster for SEO data
Add the webmaster server using an OAuth token for site indexing, errors, and SEO analytics.
{
"mcpServers": {
"yandex-webmaster": {
"command": "npx",
"args": ["-y", "yandex-webmaster-mcp"],
"env": {
"YANDEX_WEBMASTER_TOKEN": "your-oauth-token"
}
}
}
}Add Yandex Metrika for traffic analytics
Add the Metrika server for web analytics, visitor data, and traffic source analysis.
{
"mcpServers": {
"yandex-metrika": {
"command": "npx",
"args": ["-y", "yandex-metrika-mcp"],
"env": {
"YANDEX_METRIKA_TOKEN": "your-oauth-token"
}
}
}
}Restart Claude Desktop and begin querying
Restart Claude Desktop to load all configured Yandex servers, then start querying keyword volumes, search results, and analytics data.
Yandex Tools Examples
Client configuration
Full Claude Desktop config with all four Yandex MCP servers configured with their respective credentials.
{
"mcpServers": {
"yandex-wordstat": {
"command": "npx",
"args": ["-y", "yandex-wordstat-mcp"],
"env": {
"YANDEX_SEARCH_API_KEY": "your-api-key",
"YANDEX_FOLDER_ID": "your-folder-id"
}
},
"yandex-webmaster": {
"command": "npx",
"args": ["-y", "yandex-webmaster-mcp"],
"env": {
"YANDEX_WEBMASTER_TOKEN": "your-webmaster-token"
}
},
"yandex-metrika": {
"command": "npx",
"args": ["-y", "yandex-metrika-mcp"],
"env": {
"YANDEX_METRIKA_TOKEN": "your-metrika-token"
}
}
}
}Prompts to try
Example prompts for keyword research, SEO analysis, and traffic data using the Yandex tools suite.
- "What is the monthly search volume for 'купить ноутбук' in Yandex Wordstat?"
- "Search Yandex for the top 10 results for 'лучший хостинг 2024'"
- "Show me the indexing status and crawl errors for my site in Yandex Webmaster"
- "What are the top traffic sources for my site this month in Yandex Metrika?"
- "Analyze keyword trends for 'онлайн курсы' over the past 12 months"Troubleshooting Yandex Tools
API key authentication fails for Wordstat or Search
Verify that YANDEX_SEARCH_API_KEY and YANDEX_FOLDER_ID are correct in your config. The folder ID is found in Yandex Cloud Console under your cloud resource folder settings. Ensure the API key has the required roles (search.editor or similar).
OAuth token for Webmaster or Metrika is rejected
OAuth tokens expire. Generate a new token at oauth.yandex.com, selecting the correct scopes: webmaster:read for Webmaster and metrika:read for Metrika. Update the token in your MCP config and restart Claude Desktop.
npx fails to find the package
Try installing globally first with 'npm install -g yandex-wordstat-mcp' (or the relevant package name) and then use the installed command instead of npx in the config args.
Frequently Asked Questions about Yandex Tools
What is Yandex Tools?
Yandex Tools is a Model Context Protocol (MCP) server that mcp server for yandex tools It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Yandex Tools?
Follow the installation instructions on the Yandex Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Yandex Tools?
Yandex Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Yandex Tools free to use?
Yes, Yandex Tools is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Yandex Tools Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Yandex Tools? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Yandex Tools in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Yandex Tools?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.