Sql MCP Mac Windows
S

Sql MCP Mac Windows

SQL Server MCP is a cross - platform database integration tool designed for AI assistants, enabling them to explore and query SQL Server databases through natural language. It provides functions such as schema exploration, relationship mapping, and safe query execution, and supports Windows and macOS systems.
2 points
5.6K

What is SQL Server MCP?

SQL Server MCP is a server based on the Model Context Protocol (MCP) that allows AI assistants (such as Claude, Cursor, etc.) to interact directly with SQL Server databases. Through natural language, you can explore the database structure, query data, and analyze table relationships without writing complex SQL statements or using specialized database tools.

How to use SQL Server MCP?

It's very simple to use: 1) Add MCP server settings to your AI assistant configuration; 2) Configure database connection information; 3) Restart your AI assistant to start using it. After that, you can directly ask questions in natural language, such as 'Show all databases' or 'Query the latest orders'.

Use cases

It is suitable for scenarios such as database exploration, data analysis, schema review, and data query. It is especially suitable for: 1) Developers to quickly understand the database structure; 2) Data analysts to query data; 3) Project managers to view data statistics; 4) Technical support staff to find specific information.

Main features

Schema exploration
Automatically discover and display the structural information of databases, tables, views, and stored procedures, including detailed information such as column names, data types, and constraints.
Relationship mapping
Intelligently analyze the foreign key relationships between tables to help you understand the data model and the connection methods between tables.
Smart search
Search for table names, column names, views, and stored procedures in the entire database schema to quickly find relevant information.
Safe query
Execute read - only SELECT queries, automatically limit the number of returned rows and query time to prevent impacts on the database.
Cross - platform support
It provides two versions for Windows and macOS. Windows supports native Windows authentication, and macOS supports the Docker environment.
Schema caching
Cache database schema information to improve the response speed of repeated queries. The cache time can be configured.
Advantages
No SQL knowledge required: Operate the database through natural language
Safe and reliable: Read - only mode by default to prevent accidental operations
Quick to get started: Simple configuration, and you can start using it in a few minutes
Intelligent analysis: Automatically discover data relationships and schema information
Cross - platform compatibility: Supports mainstream AI assistants and operating systems
Limitations
Read - only access: Write operations are not supported by default (for security reasons)
Performance limitations: There is a limit on the number of query result rows (default is 1000 rows)
Requires configuration: Database connection needs to be set up for the first use
macOS requires Docker: The macOS version needs to run the SQL Server Docker container

How to use

Select the version suitable for your platform
Select the corresponding version according to your operating system: Windows users use the Windows version (supports Windows authentication), and macOS users use the macOS version (requires Docker).
Configure the AI assistant
Add MCP server settings to your AI assistant configuration file. Here is a configuration example for Claude Desktop:
Set environment variables
Set the corresponding environment variables according to your database configuration. Choose either Windows authentication or SQL Server authentication.
Restart and start using
Restart your AI assistant application, and then you can start querying the database in natural language.

Usage examples

Database exploration
When you need to understand the structure of an unfamiliar database, you can quickly explore all tables and views.
Table structure analysis
When developing or debugging, you need to understand the detailed structure of a specific table.
Data relationship understanding
Analyze the data model and understand the relationships between tables.
Data query
Quickly query data without writing complex SQL statements.
Schema search
Find tables containing specific fields in the entire database.

Frequently Asked Questions

Do I need to install SQL Server?
Is this tool safe? Will it modify my data?
Which AI assistants are supported?
Are there any restrictions on query results?
What are the differences between the macOS version and the Windows version?
How to update to the latest version?

Related resources

Detailed documentation for the Windows version
Complete installation and usage guide for the Windows version
Detailed documentation for the macOS version
Complete installation and usage guide for the macOS version
GitHub repository
Project source code and issue tracking
MCP official documentation
Official documentation for the Model Context Protocol
npm package page
npm package information for the Windows version

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "sql-server": {
      "command": "npx",
      "args": ["-y", "@tharanabopearachchi/sql-server-mcp@latest"],
      "env": {
        "SQL_SERVER": "localhost",
        "SQL_DATABASE": "master",
        "SQL_USE_WINDOWS_AUTH": "true"
      }
    }
  }
}

{
  "mcpServers": {
    "sql-server": {
      "command": "npx",
      "args": ["-y", "@tharanabopearachchi/sql-server-mcp-macos@latest"],
      "env": {
        "SQL_SERVER": "localhost",
        "SQL_DATABASE": "master",
        "SQL_USE_WINDOWS_AUTH": "false",
        "SQL_USERNAME": "sa",
        "SQL_PASSWORD": "your_password"
      }
    }
  }
}

{
  "mcpServers": {
    "sql-server": {
      "command": "npx",
      "args": ["-y", "@tharanabopearachchi/sql-server-mcp@latest"],
      "env": {
        "SQL_SERVER": "localhost",
        "SQL_DATABASE": "master",
        "SQL_USE_WINDOWS_AUTH": "true",
        "SQL_USERNAME": "",
        "SQL_PASSWORD": ""
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
8.7K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
8.2K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.2K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
9.5K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
6.4K
5 points
N
Netdata
Netdata is an open-source real-time infrastructure monitoring platform that provides second-level metric collection, visualization, machine learning-driven anomaly detection, and automated alerts. It can achieve full-stack monitoring without complex configuration.
Go
8.6K
5 points
M
MCP Server
The Mapbox MCP Server is a model context protocol server implemented in Node.js, providing AI applications with access to Mapbox geospatial APIs, including functions such as geocoding, point - of - interest search, route planning, isochrone analysis, and static map generation.
TypeScript
6.7K
4 points
U
Uniprof
Uniprof is a tool that simplifies CPU performance analysis. It supports multiple programming languages and runtimes, does not require code modification or additional dependencies, and can perform one-click performance profiling and hotspot analysis through Docker containers or the host mode.
TypeScript
7.2K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
21.6K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
62.9K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
31.0K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.9K
4.5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
57.4K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
26.9K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.8K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
84.9K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase