Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"yandexSearch": {
"args": [
"-y",
"mcp-remote",
"https://d5de9siimt9bkld7viic.emzafcgx.apigw.yandexcloud.net:3000/sse",
"--header",
"ApiKey:<your_api_key>",
"--header",
"FolderId:<your_folder_id>"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This Model Context Protocol (MCP) server lets AI assistants like Claude and Cursor use the Yandex Search API for searching the web. Yandex Search enables LLM agents to safely and easily find up-to-date information on the internet.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for Yandex Search Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This Model Context Protocol (MCP) server lets AI assistants like Claude and Cursor use the Yandex Search API for searching the web. Yandex Search enables LLM agents to safely and easily find up-to-date information on the internet.
The Yandex Search MCP server includes the following tools:
To use this MCP server, you need to be a customer of Yandex Search API. Also you need a Yandex Search API key and folder id:
yc.search-api.execute scope.search-api.editor role.https://d5de9siimt9bkld7viic.emzafcgx.apigw.yandexcloud.net:3000/sse
Open the Claude Desktop app and enable Developer Mode from the top-left menu bar.
Once enabled, open Settings (also from the top-left menu bar) and navigate to the Developer Option.
Click the Edit Config button to open the claude_desktop_config.json file
Add the following text to your Claude Desktop configuration file:
{
"mcpServers": {
"yandexSearch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://d5de9siimt9bkld7viic.emzafcgx.apigw.yandexcloud.net:3000/sse",
"--header", "ApiKey:<your_api_key>",
"--header", "FolderId:<your_folder_id>"
]
}
}
}
For the changes to take effect:
Open Settings and navigate to Tools and Integrations in the left panel.
Click the Add Custom MCP button to create the mcp.json config file in cursor
Add the following text to your Claude Desktop configuration file:
{
"mcpServers": {
"yandexSearch": {
"type": "sse",
"url": "https://d5de9siimt9bkld7viic.emzafcgx.apigw.yandexcloud.net:3000/sse",
"headers": {
"ApiKey": "<your_api_key>",
"FolderId": "<your_folder_id>"
}
}
}
}
use yandexSearch to find information about the best AI Agent frameworks in 2025
Enable the chat.mcp.enabled setting in VS Code to enable MCP support.
Add a .vscode/mcp.json file in your workspace to configure MCP servers for a workspace.
Add the following text to your Claude Desktop configuration file:
{
"mcpServers": {
"yandexSearch": {
"type": "sse",
"url": "https://d5de9siimt9bkld7viic.emzafcgx.apigw.yandexcloud.net:3000/sse",
"headers": {
"ApiKey": "<your_api_key>",
"FolderId": "<your_folde
... [View full README on GitHub](https://github.com/yandex/yandex-search-mcp-server#readme)