mssql-mcp-server
mssql-mcp-server is a Model Context Protocol (MCP) server for connecting to Microsoft SQL Server.
Installation
git clone https://github.com/leopeng1995/mssql-mcp-server.git
cd mssql-mcp-server
uv sync
uv run mssql-mcp-server
Configuration in Cline
{
"mcpServers": {
"mssql-mcp-server": {
"command": "uv",
"args": [
"--directory",
"H:/workspaces/leopeng1995/mssql-mcp-server",
"run",
"mssql-mcp-server"
],
"env": {
"MSSQL_SERVER": "localhost",
"MSSQL_PORT": "1433",
"MSSQL_USER": "username",
"MSSQL_PASSWORD": "password",
"MSSQL_DATABASE": "database",
"MSSQL_CHARSET": "UTF-8" # or CP936 ...
},
"disabled": false,
"autoApprove": []
}
}
}
Note: The MSSQL_CHARSET value is case-sensitive.
Microsoft SQL Server MCP Server
Project Details
- leopeng1995/mssql-mcp-server
- MIT License
- Last Updated: 3/30/2025
Recomended MCP Servers
Capture live images from your webcam with a tool or resource request
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
MCP integration for Google Calendar to manage events.
Lightweight MCP server to give your Cursor Agent access to the Cloudflare API.
Dappier MCP server connects any AI to proprietary, real-time data — including web search, news, sports, stock market...
Python "hello world" mcp example for Warp Terminal
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual...
Model Context Protocol for strateegia API
An open-source MCP server for integrating Wazuh security data with LLMs (such as the Claude Desktop App). This...
🔗 Model Context Protocol (MCP) Server for retrieving saved articles from Pocket API and loading them into Claude





