mcpbeat Sign in

Mssql MCP Server

local only

Mssql runs on your own machine — the client starts it, so there is no endpoint to ping. 330 installs a week from npm.

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

Installs per day peak 118 · avg 55 · +30% w/w
a month agotoday
330
Installs / week
npm · @connorbritain/mssql-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check 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 mssql -- npx -y @connorbritain/mssql-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mssql": {
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mssql]
command = "npx"
args = ["-y", "@connorbritain/mssql-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mssql": {
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mssql": {
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mssql

same job, measured the same way
I
Mssql Reader
by connorbritain

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

544 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
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
MCP Server Mssql
by daedalus

MCP server for Microsoft SQL Server using mssql-python

73 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

27 installs/wk local only
fabric-dw
by sdebruyn

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
SQL Server Analyst MCP
by coregentdevspace

Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.

24 installs/wk local only

Mssql — questions

Answers built from our own checks of this server.

Why is there no uptime for Mssql?
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 npm package @connorbritain/mssql-mcp-server was installed 330 times last week.
How do I connect 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 @connorbritain/mssql-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Mssql?
The npm package @connorbritain/mssql-mcp-server was installed 330 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.