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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related databases servers