MSSQL MCP Server
Microsoft's sample server for SQL Server and Azure SQL — schema browsing plus SQL execution.
Add it to your client
Official- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
Published in Microsoft's SQL-AI-samples repository, this server connects to SQL Server, Azure SQL Database or SQL Managed Instance and gives an agent the basics: list tables, describe a table, insert, update, read and drop. Authentication goes through the Azure identity chain rather than a connection string with an embedded password, which is the detail worth noting — it inherits whatever the developer is already signed in as.
Similar MCP servers
MySQL MCP Server
MCP serverQuery MySQL from an MCP client with schema-aware tooling.
SingleStore MCP Server
MCP serverConnects agents to SingleStore workspaces: list databases, describe tables, run SQL.
StarRocks MCP Server
MCP serverRuns read and write SQL against a StarRocks cluster and returns overviews of tables and databases.

Comments(0)
Sign in to comment