A Model Context Protocol (MCP) server for Microsoft SQL Server, providing database exploration and query capabilities for AI assistants.
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"
]
}
}
}
Run in terminal:
claude mcp add mssql-mcp npx -y khoafullstack/mssql-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mssql-mcp": {
"command": "npx",
"args": [
"-y",
"khoafullstack/mssql-mcp"
]
}
}
}