Microsoft SQL Server
A Model Context Protocol (MCP) server for connecting to and querying Microsoft SQL Server databases.
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.
Related Servers
TON BLOCKCHAIN MCP
Interact with the TON blockchain using natural language.
qmcp Server
An MCP server for integrating with and querying q/kdb+ databases.
SQL Server Express
An MCP server for interacting with Microsoft SQL Server Express databases.
DROMA MCP Server
Interact with DROMA drug-omics association analysis databases using natural language.
Gel
Provides tools and resources for coding agents to interact with the Gel database, including automatic project configuration for query builders and ORMs.
Lerian MCP Memory Server
A server providing persistent memory for AI assistants, with support for multiple AI providers.
1C Metadata
Obtain 1C configuration metadata via an external 1C HTTP service.
Strapi MCP
An MCP server for Strapi CMS, providing access to content types and entries through the MCP protocol.
MongoDB MCP Server
A server for performing CRUD operations on a MongoDB database.
NetSuite MCP Server by CData
A read-only MCP server that allows LLMs to query live NetSuite data. Requires the CData JDBC Driver for NetSuite.