Dbeaver
Freeby 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
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
Installation
Quick install
npx -y dbeaver-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"dbeaver": {
"command": "npx",
"args": ["-y", "dbeaver-mcp-server"]
}
}
}