MCP-SQL-SERVER

FlaBevilacqua/MCP-SQL-SERVER
★ 3 stars Python 🗄️ Database Updated 11d ago
Desarrollo de un MCP que permite la integración entre Claude Desktop y SQL SERVER.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sql-server": {
      "command": "uvx",
      "args": [
        "mcp-sql-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-sql-server