ydb/ydb-mcp
by Various
ποΈ π βοΈ - MCP server for interacting with [YDB](https://ydb.tech) databases
MCP
ydb/ydb-mcp
Added 1 June 2026
Overview
This is an MCP server that enables interaction with YDB databases. It provides a standardized interface for querying and managing YDB through the Model Context Protocol. Built in Python, it integrates with MCP-compatible clients.
Best for
Best for
Developers already using YDB who want to manage databases via MCP-compatible interfaces
Use cases
- Executing YQL queries against YDB databases
- Managing database schemas and tables programmatically
- Integrating YDB data operations into MCP-enabled workflows
How to use
Install
pip install ydb-mcp Example client config
{\n "mcpServers": {\n "ydb": {\n "command": "uvx",\n "args": [\n "ydb-mcp",\n "--ydb-endpoint", "grpc://localhost:2136",\n "--ydb-database", "/local"\n ]\n }\n }\n} Notes
This is an MCP server that enables interaction with YDB databases. It provides a standardized interface for querying and managing YDB through the Model Context Protocol. Built in Python, it integrates with MCP-compatible clients.
26 stars on GitHub. Last updated 2026-03-27. Licensed Apache-2.0.
Use cases
- Executing YQL queries against YDB databases
- Managing database schemas and tables programmatically
- Integrating YDB data operations into MCP-enabled workflows
Pros
- Leverages the Model Context Protocol for standardized tool interactions
- Lightweight Python implementation easy to extend
- Directly supports YDBβs native query language
Cons
- Limited to YDB ecosystems, not a general-purpose database tool
- Relatively low community adoption (26 stars on GitHub)
- Requires familiarity with both YDB and MCP concepts
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages the Model Context Protocol for standardized tool interactions
- Lightweight Python implementation easy to extend
- Directly supports YDB's native query language
Cons
- Limited to YDB ecosystems, not a general-purpose database tool
- Relatively low community adoption (26 stars on GitHub)
- Requires familiarity with both YDB and MCP concepts
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developerβs Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.