Skip to content

Mssql

Free

by MCP Community

Model Context Protocol (MCP) server for Microsoft SQL Server - enterprise-ready schema discovery, profiling, and safe data operations

v0.5.2Added Apr 12, 2026
mcpsql-servermssqldatabaseai
Works with:ClaudeGPTGeminiCopilot

Mssql MCP Server

Model Context Protocol (MCP) server for Microsoft SQL Server - enterprise-ready schema discovery, profiling, and safe data operations

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @connorbritain/mssql-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mssql": {
      "command": "npx",
      "args": ["-y", "@connorbritain/mssql-mcp-server"]
    }
  }
}