Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
DBHubMCP Server
Summary
A universal database MCP server — one integration for PostgreSQL, MySQL, SQL Server, SQLite, and MariaDB.
Features
- One server for Postgres, MySQL, SQL Server, SQLite, and MariaDB
- Token-efficient schema exposure for large databases
- Read-only mode and SSH tunnel support
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
DBHub is a single MCP server that speaks to every common relational database, which saves configuring and maintaining a different server per engine.
Supported databases
PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite, all through one connection-string interface.
What makes it practical
- Token efficiency. Schema information is exposed compactly, which matters enormously on a database with hundreds of tables — naive schema dumps consume the entire context window before a query is written.
- Read-only mode, enforced at the server rather than trusted to the model.
- SSH tunnelling for databases that are not directly reachable, which is most production databases.
- Multiple transports — stdio for local clients, HTTP for remote deployment.
- A demo mode with a sample database, so you can evaluate it without pointing it at anything real.
Setup
npx @bytebase/dbhub --transport stdio --dsn "<connection string>". Built and maintained by Bytebase, whose main product is database change management, so the operational instincts show.
Related MCP Servers
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.
