ghwn/mssql-mcp-server
3.1
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 henry@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.example
to.env
and edit.env
. - Open
claude_desktop_config.json
and add the following lines:You should replace
/path/to/
with your actual path.{ "mcpServers": { "Microsoft SQL Server": { "command": "/opt/homebrew/bin/uv", "args": [ "--directory", "/path/to/mssql-mcp-server", "run", "mcp", "run", "server.py" ] } } }
- Restart your Claude Desktop.
- Verify the server is successfully running.