yandex-wiki-search-mcp
About
MCP server for Yandex Wiki with full-text search. Read and write pages, comments, attachments, and dynamic tables (grids) through 27 tools with typed input/output schemas; optional server-side read-only mode for agents.
Details
- Author
- dlbolshov
- GitHub stars
- 1
- Downloads
- 310
- Categories
- Knowledge Base, Search
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
yandex-wiki-search-mcpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"yandex-wiki-search-mcp": {
"yandex-wiki-search": {
"command": "uvx",
"args": [
"yandex-wiki-search-mcp"
],
"env": {
"WIKI_TOKEN": "YOUR_TOKEN",
"WIKI_ORG_ID": "YOUR_ORG_ID",
"WIKI_READ_ONLY": "true"
}
}
}
}
}
McpServers
{
"yandex-wiki-search": {
"command": "uvx",
"args": [
"yandex-wiki-search-mcp"
],
"env": {
"WIKI_TOKEN": "YOUR_TOKEN",
"WIKI_ORG_ID": "YOUR_ORG_ID",
"WIKI_READ_ONLY": "true"
}
}
}
MCP server for Yandex Wiki with full-text search. Read and write pages, comments, attachments, and dynamic tables (grids) through 27 tools with typed input/output schemas; optional server-side read-only mode for agents. Docker-ready.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


