sql-server-mcp

Data-Engineering-MCP/sql-server-mcp
★ 2 stars Python Security Updated 5d ago
This is Sql server MCP which connects TO claude, cursor etc. Supports SQL, Windows, and Azure AD authentication
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sql-server-mcp": {
      "command": "uvx",
      "args": [
        "sql-server-mcp"
      ]
    }
  }
}

Or install with pip: pip install sql-server-mcp