MCP to query SQL Server database schema, such as tables, columns, and relationships
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mssqlmcp": {
"command": "npx",
"args": [
"-y",
"jdlemes/MsSqlMCP"
]
}
}
}
Run in terminal:
claude mcp add mssqlmcp npx -y jdlemes/MsSqlMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"mssqlmcp": {
"command": "npx",
"args": [
"-y",
"jdlemes/MsSqlMCP"
]
}
}
}