sql-mcp-powershell

LeandroBernardino/sql-mcp-powershell
★ 0 stars PowerShell 💻 Code/Dev Tools Updated 8d ago
MCP server: run T-SQL via sqlcmd (PowerShell stdio)
View on GitHub →

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-mcp-powershell": {
      "command": "npx",
      "args": [
        "-y",
        "LeandroBernardino/sql-mcp-powershell"
      ]
    }
  }
}

README Excerpt

MCP server for SQL Server: runs T-SQL through `sqlcmd` and PowerShell on Windows. You need `sqlcmd` on your PATH (install with [SQL command-line tools](https://learn.microsoft.com/sql/tools/sqlcmd/sqlcmd-utility) or SSMS); without it, MCP can start but every tool call fails. 1. Clone this repository.