Mssql
Rank #10,955io.github.ConnorBritain/mssql
MCP server providing mssql capabilities
Mssql is a Model Context Protocol (MCP) server published by connorbritain. It ranks #10,955 of 132,113 servers tracked on MCP Toplist, and its repository has 33 GitHub stars. Mssql is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Dec 3, 2025 and most recently updated on Feb 18, 2026.
Ranks ahead of 121,158 of 132,113 servers on MCP Toplist.
Use Mssql
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mssql -- npx -y @connorbritain/mssql-mcp-server[mcp_servers.mssql]
command = "npx"
args = ["-y", "@connorbritain/mssql-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mssql": {
"command": "npx",
"args": [
"-y",
"@connorbritain/mssql-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mssql": {
"command": "npx",
"args": [
"-y",
"@connorbritain/mssql-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mssql": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@connorbritain/mssql-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mssql": {
"command": "npx",
"args": [
"-y",
"@connorbritain/mssql-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mssql": {
"command": "npx",
"args": [
"-y",
"@connorbritain/mssql-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ConnorBritain%2Fmssql)<a href="https://mcptoplist.com/server/io.github.ConnorBritain%2Fmssql"><img src="https://mcptoplist.com/badge/io.github.ConnorBritain%2Fmssql.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
connorbritain
Other servers by connorbritain
View all connorbritain servers →Available versions (3)
| Version | Published |
|---|---|
| 0.4.5 | Feb 18, 2026 |
| 0.1.2 | Dec 3, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mssql?
- Mssql is maintained by connorbritain, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Mssql listed on the Official MCP Registry?
- Yes — Mssql is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Mssql have?
- MCP Toplist tracks 3 versions of Mssql, most recently published on Feb 18, 2026.
- Where can I find the source code for Mssql?
- The source code for Mssql is hosted at github.com/connorbritain/mssql-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.