Sponsored by Deepsite.site

YugabyteDB MCP Server

Created By
YugabyteDB7 months ago
An MCP server implementation for YugabyteDB that allows LLMs to directly interact with your database.
Overview

YugabyteDB MCP Server

Overview

What is YugabyteDB MCP Server?

YugabyteDB is a Model Context Protocol server providing read-only access to YugabyteDB databases. It enables schema inspection and execution of read-only queries, making it ideal for integrating with LLMs such as Claude, Cursor, and Windsurf Editor.

How to Use YugabyteDB MCP Server?

To use the YugabyteDB MCP server, configure it within the Claude Desktop app by adding the necessary parameters to the "mcpServers" section of the claude_desktop_config.json file. Replace the YUGABYTEDB_URL in the configuration with your specific URL.

Example:

{
  "mcpServers": {
    "yugabytedb-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/cloned/yugabytedb-mcp-server/",
        "run",
        "src/server.py"
      ],
      "env": {
        "YUGABYTEDB_URL": "dbname=database_name host=hostname port=5433 user=username password=password load_balance=true"
      }
    }
  }
}

Key Features of YugabyteDB MCP Server

  • Executes read-only SQL queries and returns results as structured JSON.
  • Provides schema inspection for all tables, including row counts and column metadata.
  • Automatically discovers tables for any schema using YugabyteDB's metadata.
  • Built for compatibility with Claude, Cursor, Windsurf, and other MCP clients.
  • Lightweight and easy to run locally using uv.

Use Cases of YugabyteDB MCP Server

  • Quickly exploring schema structure before deeper analysis.
  • Generating reports or summaries through conversational interfaces.
  • Prototyping analytics dashboards from natural language prompts.
  • Integrating with LLMs to perform safe, read-only data exploration over distributed SQL databases like YugabyteDB.

FAQ for YugabyteDB MCP Server

Q: Is YugabyteDB MCP Server suitable for writing data?

No. It provides read-only access, meaning data cannot be modified through this server.

Q: Can I use YugabyteDB MCP Server with other apps?

Yes! While designed for Claude Desktop, it can be integrated into any application that can call its MCP endpoints.

Q: How do I get information for a particular schema?

Information for a particular schema can be accessed by asking Claude to describe that particular schema in the database. If no schema name is provided, public schema is used as the default.

Server Config

{
  "mcpServers": {
    "yugabytedb-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/cloned/yugabytedb-mcp-server/",
        "run",
        "src/server.py"
      ],
      "env": {
        "YUGABYTEDB_URL": "dbname=database_name host=hostname port=5433 user=username password=password load_balance=true"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
DeepChatYour AI Partner on Desktop
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Playwright McpPlaywright MCP server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
WindsurfThe new purpose-built IDE to harness magic
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
ChatWiseThe second fastest AI chatbot™
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
CursorThe AI Code Editor
Tavily Mcp
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Serper MCP ServerA Serper MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server