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_serverConfiguration
{
"mcpServers": {
"xiyan_mcp_server": {
"command": "npx",
"args": ["-y", "xiyan_mcp_server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes