mcpbeat Sign in

MCP Server Mssql

local only

MCP Server Mssql runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from pypi. Last commit 21 Apr 2026.

MCP server for Microsoft SQL Server using mssql-python

Installs per day peak 31 · avg 13 · -10% w/w
a month agotoday
73
Installs / week
pypi · mcp-server-mssql
0
Stars
0 open issues
21 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Server Mssql every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-mssql -- uvx mcp-server-mssql
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-mssql": {
      "args": [
        "mcp-server-mssql"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-mssql]
command = "uvx"
args = ["mcp-server-mssql"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-mssql": {
      "args": [
        "mcp-server-mssql"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-mssql": {
      "args": [
        "mcp-server-mssql"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Server Mssql

same job, measured the same way
I
Mssql
by connorbritain

MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL

330 installs/wk local only
I
Mssql Reader
by connorbritain

Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying

544 installs/wk local only
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
I
Mssql Writer
by connorbritain

MCP server for Microsoft SQL Server — read and data write operations, no DDL

53 installs/wk local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
fabric-dw
by sdebruyn

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only

MCP Server Mssql — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Mssql?
MCP Server Mssql runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-mssql was installed 73 times last week.
How do I connect MCP Server Mssql?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-mssql straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Server Mssql?
The pypi package mcp-server-mssql was installed 73 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Mssql open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.