Skip to main content
DatabasesTypeScript

XGenerationLab/xiyan_mcp_server

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

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/XGenerationLab/xiyan_mcp_server

Claude Desktop configuration example:

{
  "mcpServers": {
    "xiyanmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "XGenerationLab/xiyan_mcp_server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
XGenerationLab