
MCP server for Microsoft SQL Server using mssql-python.
MCP server for Microsoft SQL Server using mssql-python.
MCP server for Microsoft SQL Server using mssql-python.
mcp-name: io.github.daedalus/mcp-server-mssql
pip install mcp-server-mssqlmcp-server-mssqlAdd to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-mssql": {
"command": "mcp-server-mssql"
}
}
}connect_tool - Connect to Microsoft SQL Serverclose_connection - Close an existing connectionlist_connections - List all active connectionsexecute_query - Execute SQL query and return resultsexecute_scalar - Execute SQL and return single valuefetch_results - Fetch results from a cursorcall_procedure - Call a stored procedurecommit - Commit current transactionrollback - Rollback current transactionbulk_copy - Perform bulk copy operationget_tables - List database tablesget_columns - List table columnsget_procedures - List stored proceduresget_foreign_keys - List foreign keysget_primary_keys - List primary keysparse_connection_string - Parse connection stringbuild_connection_string - Build connection stringset_connection_timeout - Set connection timeoutset_login_timeout - Set login timeoutset_autocommit - Set autocommit modeget_connection_info - Get connection informationgit clone https://github.com/daedalus/mcp-server-mssql.git
cd mcp-server-mssql
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add mcp-server-mssql -- mcp-server-mssql{
"mcpServers": {
"mcp-server-mssql": {
"command": "mcp-server-mssql"
}
}
}code --add-mcp '{"name":"mcp-server-mssql","command":"mcp-server-mssql"}'[mcp_servers.mcp-server-mssql]
command = "mcp-server-mssql"Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/mcp-server-mssql to learn what the "Mcp Server Mssql" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/mcp-server-mssql)Nothing comparable is listed yet.
v0.1.0Release notesConnect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "mcp-server-mssql" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.