A MCP Server implementation in C# for LLM integration with SQL Server tested with Claude Desktop
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-sqlserver": {
"command": "npx",
"args": [
"-y",
"RodrigoPAml/MCP-SqlServer"
]
}
}
}
Run in terminal:
claude mcp add mcp-sqlserver npx -y RodrigoPAml/MCP-SqlServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-sqlserver": {
"command": "npx",
"args": [
"-y",
"RodrigoPAml/MCP-SqlServer"
]
}
}
}