MCP Directory
Back

mcp-server-mssql

by TerraCo89 · TypeScript · ★ 1

MCP Server for MS SQL Integration - Provides ModelContextProtocol support for Microsoft SQL Server

Install

npx -y github:TerraCo89/mcp-server-mssql

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-mssql": {
      "command": "npx",
      "args": [
        "-y",
        "github:TerraCo89/mcp-server-mssql"
      ]
    }
  }
}

From the README

This project provides a Model Context Protocol (MCP) server that allows AI agents to interact with Microsoft SQL Server databases. This version is implemented in Node.js and TypeScript. * Connects directly to a single MSSQL database instance configured via environment variables. * Provides tools for: * Listing tables (). * Retrieving table schemas (). * Performing CRUD operations (, , , ). * Node.js (v18 or later recommended) * npm (usually comes with Node.js) * Access to a Microsoft SQL Server instance. * Necessary MSSQL ODBC drivers installed on the machine ru…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers