mcpbeat Sign in

SQL Server MCP Server

local only

SQL Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 12 Sep 2026.

Servidor MCP para SQL Server com controle de permissões e modo somente-leitura

Installs / week
pypi · sqlserver-mcp-tools
0
Stars
0 open issues
12 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check SQL Server 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 sqlserver -- uvx sqlserver-mcp-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sqlserver": {
      "args": [
        "sqlserver-mcp-tools"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sqlserver]
command = "uvx"
args = ["sqlserver-mcp-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "sqlserver": {
      "args": [
        "sqlserver-mcp-tools"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sqlserver": {
      "args": [
        "sqlserver-mcp-tools"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MSSQL_CONNECTION_STRING (String de conexão ODBC para o SQL Server). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SQL Server

same job, measured the same way
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
Gnosis MCP
by nicholasglazer

Zero-config MCP server for searchable documentation. SQLite or PostgreSQL.

489 installs/wk local only
AdoMcp
by john0king

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

local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
MCP SQL Rust
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only
Strut Stack SQL
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only

SQL Server — questions

Answers built from our own checks of this server.

Why is there no uptime for SQL Server?
SQL Server 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 sqlserver-mcp-tools.
How do I connect SQL Server?
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 sqlserver-mcp-tools straight from pypi; nothing to host, nothing to sign up for.
Is SQL Server 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.