SQL Server
Freemiumby Cloud Tools Co
Microsoft SQL Server database access with T-SQL and stored procedures.
v1.0.0Added Feb 5, 2025
sql-servermicrosoftt-sql
SQL Server MCP Server
Microsoft SQL Server database access with T-SQL and stored procedures.
Features
- T-SQL queries
- Stored procedures
- Schema management
- Indexes
- Performance tuning
Installation
{
"mcpServers": {
"sql-server": {
"command": "npx",
"args": ["-y", "mcp-mssql"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-mssql
Add to claude_desktop_config.json
{
"mcpServers": {
"sql-server": {
"command": "npx",
"args": ["-y", "mcp-mssql"]
}
}
}