mcpbeat Sign in

SQL Server MCP (macOS) MCP Server

local only

SQL Server MCP (macOS) runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 23 Apr 2026.

SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)

Installs per day peak 16 · avg 7 · +173% w/w
a month agotoday
25
Installs / week
npm · @tharanabopearachchi/sql-server-mcp-macos
1
Stars
0 open issues
23 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to SQL Server MCP (macOS)

same job, measured the same way
SQL Server MCP (Windows)
by tharanabope

SQL Server MCP with RAG capabilities for Windows (native ODBC support)

35 installs/wk local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only
I
DB MCP Server
by stucchi

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

245 installs/wk local only
MCP Sqlite
by rosch100

MCP server for SQLCipher 4 encrypted SQLite databases with full CRUD operations and query support

local only
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

34 installs/wk local only
PostgreSQL performance Tuner MCP Server
by isdaniel

provides AI-powered PostgreSQL performance tuning capabilities.

311 installs/wk local only
Supabase
by supabase

MCP server for interacting with the Supabase platform

76 349 installs/wk answering
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only

SQL Server MCP (macOS) — questions

Answers built from our own checks of this server.

Why is there no uptime for SQL Server MCP (macOS)?
SQL Server MCP (macOS) 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 @tharanabopearachchi/sql-server-mcp-macos was installed 25 times last week.
How do I connect SQL Server MCP (macOS)?
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 @tharanabopearachchi/sql-server-mcp-macos straight from npm; nothing to host, nothing to sign up for.
How many people use SQL Server MCP (macOS)?
The npm package @tharanabopearachchi/sql-server-mcp-macos was installed 25 times in the last week. Week over week that is +173%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SQL Server MCP (macOS) open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.