Skip to main content
DatabasesPython

ydb/ydb-mcp

MCP server for interacting with [YDB](https://ydb.tech) databases

databasesofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ydb-platform/ydb-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ydb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ydb/ydb-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
ydb-platform