MCP MSSQL Server

JSON →
library 1.0.2 ·javascript
verified Jun 5, 2026

A Model Context Protocol (MCP) server for interacting with MS SQL Server databases. Version 1.0.2. It provides a standardized interface (tools: execute_sql_query, list_tables, describe_table) for AI models to perform database operations via JSON-RPC. Supports both stdio and HTTP transport modes. Uses @modelcontextprotocol/sdk ^1.13.0, mssql ^11.0.1, dotenv for config, and winston for logging. Key differentiators: focused on MSSQL, full MCP spec compliance, parameterized queries, and simple setup.