MCP Server for Microsoft SQL Server
About
This server provides a SQL Server interface using the Model Context Protocol (MCP) standard, enabling AI assistants like Claude to safely interact with SQL databases for schema exploration, query execution, and data analysis. It is intended for developers integrating AI…
Details
- Author
- aaaaalexander
- GitHub stars
- 1
- Downloads
- 255
- Categories
- Database
Jump to
- Secure database access with configurable security restrictions
- Rich tool set for database interaction
- Data visualization support
- AI-ready interface implementing Model Context Protocol
- Optimized performance with connection pooling
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server for Microsoft SQL ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server for microsoft sql server": {
"SQLMCP": {
"command": "python",
"args": [
"sqlmcp_run.py"
]
}
}
}
}
McpServers
{
"SQLMCP": {
"command": "python",
"args": [
"sqlmcp_run.py"
]
}
}
SQL MCP Server for AI Assistants
⚠️ This repository has been replaced by a new project ⚠️
This project has moved to a new repository with improved functionality and better documentation:
👉 MS_SQL_MCP_Server: SQL Server Interface for AI Assistants
The new repository provides a robust SQL Server interface using the Model Context Protocol (MCP) standard, allowing AI assistants like Claude to safely interact with SQL databases. It includes tools for schema exploration, query execution, and data analysis, with security features to prevent harmful operations.
Key Features in the New Repository:
- 🔒 Secure Database Access with configurable security restrictions
- 🛠️ Rich Tool Set for database interaction
- 📊 Data Visualization Support
- 🧠 AI-Ready Interface implementing the Model Context Protocol
- ⚡ Optimized Performance with connection pooling
Please update your bookmarks and use the new repository linked above.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



