MCP-SqlServer

RodrigoPAml/MCP-SqlServer
★ 17 stars C# 🤖 AI/LLM Updated 11d ago
A MCP Server implementation in C# for LLM integration with SQL Server tested with Claude Desktop
View on GitHub →

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"
      ]
    }
  }
}

Topics

llmmcp-serversql-server