mcpbeat Sign in

Mssql Reader MCP Server

local only

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

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

Installs per day peak 318 · avg 104 · +75% w/w
a month agotoday
544
Installs / week
npm · @connorbritain/mssql-mcp-reader
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 Reader 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-reader -- npx -y @connorbritain/mssql-mcp-reader
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mssql-reader": {
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-reader"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mssql-reader]
command = "npx"
args = ["-y", "@connorbritain/mssql-mcp-reader"]
.cursor/mcp.json
{
  "mcpServers": {
    "mssql-reader": {
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-reader"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mssql-reader": {
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-reader"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mssql Reader

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
SqlServerMcp
by nithish1206

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

local only
AdoMcp
by john0king

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

local only
MySQL MCP
by gistrec

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

27 installs/wk local only
MCP Server Mssql
by daedalus

MCP server for Microsoft SQL Server using mssql-python

73 installs/wk 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
I
Mssql Writer
by connorbritain

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

53 installs/wk local only
Mcpg
by devopam

Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.

1 099 installs/wk local only

Mssql Reader — questions

Answers built from our own checks of this server.

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