Skip to content
Cursor

SQL Server MCP (Windows) for Cursor

io.github.tharanabope/sql-server-mcp

SQL Server MCP with RAG capabilities for Windows (native ODBC support)

client:Cursor transport:stdio runtime:npm

Install SQL Server MCP (Windows) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sql-server-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SQL Server MCP (Windows) in other clients