mssql-mcp-server
@leopeng1995
About mssql-mcp-server
No overview available yet
Basic information
Category
Databases
License
MIT license
Runtime
python
Transports
stdio
Publisher
leopeng1995
Submitted by
Leo Peng
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mssql-mcp-server": {
"command": "uv",
"args": [
"--directory",
"H:/workspaces/leopeng1995/mssql-mcp-server",
"run",
"arxiv-mcp-server"
],
"env": {
"MSSQL_SERVER": "localhost",
"MSSQL_PORT": "1433",
"MSSQL_USER": "username",
"MSSQL_PASSWORD": "password",
"MSSQL_DATABASE": "database"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mssql-mcp-server?
mssql-mcp-server is a Model Context Protocol (MCP) server designed to connect AI assistants to Microsoft SQL Server databases. It enables tools like Cline to query and interact with SQL Server via the MCP standard.
How to use mssql-mcp-server?
Clone the repository, navigate into it, run uv sync, then uv run mssql-mcp-server. Configure it in Cline (or another MCP client) by adding a JSON block with environment variables for the SQL Server connection: MSSQL_SERVER, MSSQL_PORT, MSSQL_USER, MSSQL_PASSWORD, MSSQL_DATABASE, and optionally MSSQL_CHARSET (e.g., "UTF-8" or "CP936").
Key features of mssql-mcp-server
- Connects to Microsoft SQL Server via MCP
- Configurable through environment variables
- Supports custom charset (UTF‑8, CP936, etc.)
- Uses
uvfor Python dependency management
Use cases of mssql-mcp-server
—
FAQ from mssql-mcp-server
—
More Databases MCP servers

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus

Redis
modelcontextprotocolModel Context Protocol Servers
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Comments