sqlserver-mcp-server

GuerthCastro/sqlserver-mcp-server
★ 0 stars C# 🗄️ Database Updated today
A read-only MCP server for SQL Server. Connect any MCP-compatible AI agent to your SQL Server instance and explore databases, schemas, tables, and run SELECT queries through natural language. Built with .NET 10 and the official MCP C# SDK.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sqlserver-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "GuerthCastro/sqlserver-mcp-server"
      ]
    }
  }
}