Mssql
Freeby MCP Community
MCP Server for MS SQL Server integration with Claude Desktop, Cursor, Windsurf and VS Code
v2.3.2Added Apr 12, 2026
mcpmssqlsql-serverdatabaseclaude
Mssql MCP Server
MCP Server for MS SQL Server integration with Claude Desktop, Cursor, Windsurf and VS Code
Installation
Reviews
Installation
Quick install
npx -y mssql-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"mssql": {
"command": "npx",
"args": ["-y", "mssql-mcp"]
}
}
}