🗄️

mssql

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

Database stdio npm npmstdioConnorBritain
RUN IN TERMINAL
claude mcp add onnorritain-mssql -- npx -y @connorbritain/mssql-mcp-server
ADD TO claude_desktop_config.json
{ "mcpServers": { "onnorritain-mssql": { "command": "npx", "args": ["-y", "@connorbritain/mssql-mcp-server"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "onnorritain-mssql": { "command": "npx", "args": ["-y", "@connorbritain/mssql-mcp-server"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "onnorritain-mssql": { "command": "npx", "args": ["-y", "@connorbritain/mssql-mcp-server"] } } }

About This MCP Server

The io.github.ConnorBritain/mssql server is a Model Context Protocol server that connects to Microsoft SQL Server, enabling features such as schema discovery, profiling, safe writes, and data definition language operations. This server allows developers to interact with their Microsoft SQL Server databases in a more controlled and informed manner. Developers would use this server when they need to integrate their AI coding assistants with Microsoft SQL Server databases, particularly for tasks that require a deep understanding of the database schema and safe data modification.

MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.

Package

@connorbritain/mssql-mcp-server on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The mssql server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/onnorritain-mssql.svg)](https://skillsplayground.com/mcps/onnorritain-mssql/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.