Skip to content

Dbeaver

Free

by MCP Community

MCP server for database access through DBeaver connections - native support for PostgreSQL, MySQL, SQLite, SQL Server with DBeaver CLI fallback for other databa

v1.3.0Added Apr 12, 2026
mcpmodel-context-protocoldbeaverdatabasesql
Works with:ClaudeGPTGeminiCopilot

Dbeaver MCP Server

MCP server for database access through DBeaver connections - native support for PostgreSQL, MySQL, SQLite, SQL Server with DBeaver CLI fallback for other databa

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y dbeaver-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "dbeaver": {
      "command": "npx",
      "args": ["-y", "dbeaver-mcp-server"]
    }
  }
}