A Microsoft SQL Server client implementing the Model Context Protocol (MCP). This server provides SQL query capabilities through a simple MCP interface.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mssqlclient-mcp-serv": {
"command": "npx",
"args": [
"-y",
"aadversteeg/mssqlclient-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mssqlclient-mcp-serv npx -y aadversteeg/mssqlclient-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mssqlclient-mcp-serv": {
"command": "npx",
"args": [
"-y",
"aadversteeg/mssqlclient-mcp-server"
]
}
}
}
📋 Copy