mssql-mcp-server

ghwn/mssql-mcp-server

3.2

If you are the rightful owner of mssql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The MSSQL MCP Server is a specialized server designed to facilitate communication between Microsoft SQL Server and various client applications using the Model Context Protocol (MCP).

MSSQL MCP Server

Prerequisites

How To Set Up

  1. Copy .env.example to .env and edit .env.
  2. Move to your project.
    cd /path/to/project
    
  3. Run the following command. You must replace /path/to with your actual path.
    claude mcp add --transport stdio mssql -- /path/to/uv --directory /path/to/mssql-mcp-server run mcp run /path/to/mssql-server/server.py
    
  4. Verify the MCP server is successfully working.
    claude mcp list