Description

Connect to SQLite, SQL Server, and PostgreSQL databases. Execute queries and manage database operations.

Installation

npx -y @executeautomation/mcp-database
npm install @executeautomation/mcp-database
git clone https://github.com/executeautomation/mcp-database-server

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcp-database-server": {
      "command": "npx",
      "args": [
        "-y",
        "@executeautomation/mcp-database"
      ]
    }
  }
}