mssql-mcp-server
@leopeng1995
About mssql-mcp-server
No overview available yet
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
—
Basic information
More Databases MCP servers
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
Comments