Skip to content
Cursor

yandex360 mcp for Cursor

io.github.pa1ch/yandex360-mcp

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

client:Cursor transport:stdio runtime:pypi

Install yandex360 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

yandex360 mcp in other clients