ydb-mcp logo

ydb-mcpydb-mcp MCP server

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

YDB MCP (Model Context Protocol server) is an integration that allows any Large Language Model (LLM) supporting MCP to interact with YDB databases. It enables AI-powered database operations and natural language interactions with YDB instances. The tool can be run using uvx, pipx, or pip, and supports various authentication methods including anonymous, login/password, access token, and service account authentication. Configuration involves specifying the YDB endpoint, database, and authentication details. The tool acts as a bridge between LLMs and YDB, facilitating advanced data management and querying capabilities through natural language commands.

Key features

  • MCP server for YDB
  • Natural language interface for database operations
  • Support for anonymous, login/password, access token, and service account authentication
  • Compatible with uvx, pipx, and pip for deployment
  • Integration with LLMs for AI-powered data management

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

AI-Powered Database Querying

Use YDB MCP to enable LLMs to query and manage YDB databases through natural language commands, streamlining data access and manipulation.

Natural Language Interface for Database Operations

Implement a natural language interface for database operations using YDB MCP, allowing users to interact with YDB instances without needing to know SQL or specific database commands.

Pros & Cons

Pros

  • Enables natural language interactions with YDB databases
  • Supports multiple authentication methods
  • Flexible deployment options via uvx, pipx, or pip
  • Facilitates AI-powered database operations

Cons

  • Requires specific setup and configuration for authentication and YDB connection
  • May require additional packages for certain authentication methods (e.g., yandexcloud for service account authentication)
  • Limited information on scalability and performance

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Can ydb-mcp be integrated with any LLM, and what does the integration enable?

ydb-mcp works with any Large Language Model that implements the Model Context Protocol (MCP). The integration lets the LLM issue natural‑language commands that the server translates into YDB database operations, enabling AI‑powered querying and data management.

Asked by Yuki Kobayashi · Mar 31, 2026

What authentication methods does ydb-mcp support and how are they configured?

ydb-mcp supports anonymous, login/password, access token, and service account authentication. You pass the appropriate flags in the command line, e.g., `ydb auth mode login password ydb login <user> ydb password <pass>` for login/password; other modes use corresponding arguments, and service accounts may require the `yandexcloud` package.

Asked by Vasyl Kovalenko · Jan 30, 2026

How do I install and run ydb-mcp on my machine?

ydb-mcp can be installed via pip (`pip install ydb-mcp`), pipx (`pipx install ydb-mcp`) or run directly with uvx (`uvx ydb-mcp`). After installation, start the server using a command like `uvx ydb-mcp ydb endpoint grpc://localhost:2136 ydb database /local` (or the equivalent pipx/python command).

Asked by Kwame Mensah · Jan 24, 2026

Ask a question

MCP Servers alternatives