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
- Copy
.env.exampleto.envand edit.env. - Move to your project.
cd /path/to/project - Run the following command. You must replace
/path/towith 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 - Verify the MCP server is successfully working.
claude mcp list