Skip to content

Sqlserver

Free

by MCP Community

A read-only Model Context Protocol (MCP) server for Microsoft SQL Server that enables AI agents to safely explore and query SQL Server databases

v2.0.3Added Apr 12, 2026
mcpmodel-context-protocolsql-servermssqldatabase
Works with:ClaudeGPTGeminiCopilot

Sqlserver MCP Server

A read-only Model Context Protocol (MCP) server for Microsoft SQL Server that enables AI agents to safely explore and query SQL Server databases

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @bilims/mcp-sqlserver
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sqlserver": {
      "command": "npx",
      "args": ["-y", "@bilims/mcp-sqlserver"]
    }
  }
}