SQL Server for Claude Desktop
io.github.hlgurgel/sqlserver
Servidor MCP para SQL Server com controle de permissões e modo somente-leitura
client:Claude Desktop
transport:stdio
runtime:pypi
Install SQL Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sqlserver": {
"command": "uvx",
"args": [
"sqlserver-mcp-tools"
],
"env": {
"MSSQL_CONNECTION_STRING": "<MSSQL_CONNECTION_STRING>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs