Mssql Writer runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm.
MCP server for Microsoft SQL Server — read and data write operations, no DDL
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.
claude mcp add mssql-writer -- npx -y @connorbritain/mssql-mcp-writer
{
"mcpServers": {
"mssql-writer": {
"args": [
"-y",
"@connorbritain/mssql-mcp-writer"
],
"command": "npx"
}
}
}
[mcp_servers.mssql-writer]
command = "npx"
args = ["-y", "@connorbritain/mssql-mcp-writer"]
{
"mcpServers": {
"mssql-writer": {
"args": [
"-y",
"@connorbritain/mssql-mcp-writer"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mssql-writer": {
"args": [
"-y",
"@connorbritain/mssql-mcp-writer"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.