xiyan_mcp_server
The XiYan MCP Server enables users to perform natural language queries on databases.
The XiYan MCP Server is designed to facilitate seamless interaction between users and databases through natural language processing. By leveraging the capabilities of the XiYan-SQL framework, it allows users to convert their textual queries into structured SQL commands, making database access more intuitive and user-friendly. In addition to its core functionality, the server supports various integrations and can be utilized in different environments, enhancing its versatility. It is particularly beneficial for those who may not have technical expertise in SQL but still wish to extract meaningful insights from their data effortlessly.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"xiyan-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-xiyan-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions