Back to MCP Servers
🔌

XGenerationLab/xiyan_mcp_server

Apache-2.0

📇 ☁️ — An MCP server that supports fetching data from a database using natural language queries, powered by XiyanSQL as the text-to-SQL LLM.

PythonDatabases

Install

npx -y xgenerationlab-xiyan-mcp-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "xgenerationlab-xiyan-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "xgenerationlab-xiyan-mcp-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.