Mssql MCP Server

v1.0.0Databasesstable

MSSQL Server MCP implementation written in C#

csharpdotnetmcpmcp-servermssql
Share:
146
Stars
0
Downloads
0
Weekly
0/5

About

MSSQL Server MCP implementation written in C#

Features

  • insert_data
  • delete_data
  • read_data
  • describe_table
  • update_data

Use Cases

Inserts one or more records into an MSSQL table. Pass data as an object (single) or array of objects (batch). Uses parameterized queries for safety.
Deletes rows from an MSSQL table with preview and confirmation. Requires WHERE clause for safety.
Executes a read-only SELECT query. Auto-limits results if no TOP clause present. Blocks destructive operations.
Describes the schema (columns and types) of a specified MSSQL Database table. For server-level access environments, you can specify a database to target.
Updates rows in an MSSQL table with preview and confirmation. Requires WHERE clause for safety.
Aaronontheweb

Maintainer

LicenseApache-2.0
Languagec#
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @connorbritain/mssql-mcp-server

Manual Installation

npx -y @connorbritain/mssql-mcp-server

Examples

Basic Configuration

Configure Mssql MCP Server

npx -y @connorbritain/mssql-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Databases MCP Servers

Explore other servers in the Databases category.

Quick Config Preview

{ "mcpServers": { "mssql": { "command": "npx", "args": ["-y", "@connorbritain/mssql-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mssql MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides