Skip to content
VS Code

yandex360 mcp for VS Code

io.github.pa1ch/yandex360-mcp

MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.

client:VS Code transport:stdio runtime:pypi

Install yandex360 mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "yandex360-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yandex360-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

yandex360 mcp in other clients