yandex-wiki-mcp

in5pirer/yandex-wiki-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for Yandex Wiki API — create, update, append and manage wiki pages from AI assistants (Cursor, Claude)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yandex-wiki-mcp": {
      "command": "uvx",
      "args": [
        "yandex-wiki-mcp"
      ]
    }
  }
}

Or install with pip: pip install yandex-wiki-mcp