$ timeahead_
mcp/sql-server-mcp-windows/install

install SQL Server MCP (Windows)

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/TharanaBope/SQL-MCP-Mac-Windows
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sql-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp@latest"
      ],
      "env": {
        "SQL_SERVER": "localhost",
        "SQL_DATABASE": "master",
        "SQL_USE_WINDOWS_AUTH": "true"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/sql-server-mcp-windows/install/claude-desktop
← back to SQL Server MCP (Windows)