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
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases

Lawstronaut
Lawstronaut-FZCOAccess millions of official legal and regulatory source documents from 155+ jurisdictions via MCP. Lawstronaut supports AI agents with structured legal research, legal data, laws, regulations, cases, guidance, official s

nuzur
nuzur is a model-first database platform for MySQL and PostgreSQL. The MCP server lets any AI assistant or agent (Claude, Cursor, Gemini, or anything else that speaks MCP) design your schema, query your data, generate mi
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Comments