CuratedMCP
πŸ€–
Claude Desktop
Free

How to Install Local-YDB unofficial mcp server in Claude Desktop

manage local-ydb database

What Local-YDB unofficial mcp server does

local-ydb-mcp is an MCP server that lets AI coding agents inspect, manage, and debug local or remote YDB environments through a standard tool interface.

ydb
mcp
local
database

Installation steps

  1. 1Copy the config below
  2. 2Open claude_desktop_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Claude Desktop

Configuration

File location: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.jsonjson
{
  "localYdbUnofficialMcpServer": {
    "command": "npx",
    "args": [
      "-y",
      "@astandrik/local-ydb-mcp"
    ]
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain Local-YDB unofficial mcp server, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://www.curatedmcp.com/api/badge/local-ydb-unofficial-mcp-server)](https://www.curatedmcp.com/marketplace/local-ydb-unofficial-mcp-server)

Related servers