dlbolshov/yandex-wiki-search-mcp
by Various
MCP server for Yandex Wiki: full-text search, pages, comments, attachments and dynamic tables. 33 typed tools, server-side read-only mode, Docker-ready.
MCP
dlbolshov/yandex-wiki-search-mcp
Added 8 Sept 2026
Overview
MCP server for Yandex Wiki that provides full-text search and access to pages, comments, attachments, and dynamic tables. Exposes 33 typed tools in a server-side read-only mode. Packaged as a Docker-ready Python project.
Best for
Best for
Teams using Yandex Wiki who want MCP-based search and read access
Use cases
- Search Yandex Wiki content from an MCP client
- Retrieve pages, comments, and attachments programmatically
- Query dynamic tables in Yandex Wiki
How to use
Install
pip install "yandex-wiki-search-mcp<1.1" Tools exposed
page_searchpage_getpage_get_descendantspage_get_commentspage_get_resourcespage_get_attachmentspage_read_attachmentpage_get_gridsgrid_getuser_get_currentpage_createpage_updatepage_editpage_append_contentpage_clonepage_add_commentpage_delete_commentpage_delete_attachmentpage_deletepage_recover
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, VS Code
Example client config
{\n "mcpServers": {\n "yandex-wiki-search": {\n "command": "uvx",\n "args": ["yandex-wiki-search-mcp"],\n "env": {\n "WIKI_TOKEN": "YOUR_TOKEN",\n "WIKI_ORG_ID": "YOUR_ORG_ID",\n "WIKI_READ_ONLY": "true"\n }\n }\n }\n} Notes
MCP server for Yandex Wiki that provides full-text search and access to pages, comments, attachments, and dynamic tables. Exposes 33 typed tools in a server-side read-only mode. Packaged as a Docker-ready Python project.
6 stars on GitHub. Last updated 2026-08-25. Licensed Apache-2.0.
Use cases
- Search Yandex Wiki content from an MCP client
- Retrieve pages, comments, and attachments programmatically
- Query dynamic tables in Yandex Wiki
Pros
- 33 typed tools cover search and content access
- Read-only mode reduces risk of accidental changes
- Docker-ready simplifies deployment
Cons
- Only 6 GitHub stars, indicating limited community traction
- Restricted to Yandex Wiki, not useful for other wikis
- Read-only mode means no write or edit operations
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- 33 typed tools cover search and content access
- Read-only mode reduces risk of accidental changes
- Docker-ready simplifies deployment
Cons
- Only 6 GitHub stars, indicating limited community traction
- Restricted to Yandex Wiki, not useful for other wikis
- Read-only mode means no write or edit operations
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
