Mssql
Freeby 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
Mssql MCP Server
Model Context Protocol (MCP) server for Microsoft SQL Server - enterprise-ready schema discovery, profiling, and safe data operations
Installation
Reviews
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"]
}
}
}