Back to MCP Servers

Xiyan

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

databasesllm

Installation

npx -y xiyan_mcp_server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub