Yandex Search
A web search server that uses the Yandex Search API.
https://yandex.cloud/ru/docs/search-api/quickstart/ https://yandex.cloud/ru/docs/iam/operations/authentication/manage-api-keys#create-api-key https://yandex.cloud/ru/docs/resource-manager/operations/folder/get-id
"mcpServers": {
"yandex-search-mcp": {
"command": "node",
"args": [
"<REPO_ROOT>/yandex-search-mcp/src/index.ts"
],
"env": {
"YANDEX_API_KEY": "",
"YANDEX_FOLDER_ID": ""
}
}
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Caltrain MCP Server
Provides real-time Caltrain schedule information using GTFS data.
Finviz MCP Server
Provides stock screening and fundamental analysis using Finviz data. Requires a Finviz Elite subscription.
RagDocs
A server for RAG-based document search and management using Qdrant vector database with Ollama or OpenAI embeddings.
BigGo MCP Server
A server for product search, price history tracking, and specification search using the BigGo API.
Google Search Engine
A server for Google search and webpage content extraction, built on Cloudflare Workers with OAuth support.
NPM Search
Search for npm packages
Ragie
An MCP server for accessing Ragie's knowledge base retrieval capabilities.
SearxNG MCP Server
Provides web search capabilities using a self-hosted SearxNG instance, allowing AI assistants to search the web.
Package Registry Search
Search and get up-to-date information about NPM, Cargo, PyPi, and NuGet packages.
DevRag
Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).