mssql-mcp

khoafullstack/mssql-mcp
★ 2 stars C# 🗄️ Database Updated 2mo ago
A Model Context Protocol (MCP) server for Microsoft SQL Server, providing database exploration and query capabilities for AI assistants.
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": {
    "mssql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "khoafullstack/mssql-mcp"
      ]
    }
  }
}