xiyan_mcp_server

XGenerationLab/xiyan_mcp_server
★ 232 stars Python 🗄️ Database Updated 1mo ago
A Model Context Protocol (MCP) server that enables natural language queries to databases
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xiyan_mcp_server": {
      "command": "uvx",
      "args": [
        "xiyan-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install xiyan-mcp-server

Topics

databasemcptext-to-sql