Productivity|Development|Data|Security|AI / ML|Cloud|DatabasePython
mssql_mcp_server
A Model Context Protocol (MCP) server for secure SQL Server database access through Claude Desktop.
N/A rating (0 reviews)0 installs332 GitHub stars
MCPSQL ServerDatabase Access
This MCP server enables secure database interactions through a controlled interface, allowing AI assistants to safely list tables, read data, and execute SQL queries while maintaining security and structure.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mssql-mcp-server-2": {
"args": [
"microsoft_sql_server_mcp"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.