PluginBench
MCP Server
Maintained
MIT

SQL Server MCP (Windows) MCP Server

io.github.TharanaBope/sql-server-mcp

What is the SQL Server MCP (Windows) MCP server?

SQL Server MCP with RAG capabilities for Windows (native ODBC support)

How to install SQL Server MCP (Windows)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sql-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sql-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sql-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sql-server-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add sql-server-mcp -- npx -y @tharanabopearachchi/sql-server-mcp

Related MCP servers

SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)

1
TypeScript
MIT
View repository →