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.
Tiger MCP
Summary
Timescale's official MCP server, bundled with the Tiger CLI — manage Tiger Cloud Postgres services, inspect schemas and hypertables, and search the docs from an AI assistant.
Features
- Bundled with the Tiger CLI and reuses its `tiger auth login` credentials
- Service lifecycle: list, create, fork, start, stop, resize, delete, logs, password rotation
- Schema inspection covering tables, views, indexes, functions and TimescaleDB hypertables
- Connection strings and connectivity testing for Tiger Cloud databases
- One-command install for Claude Code, Codex, Cursor, Gemini CLI, VS Code and Windsurf; OCI image on ghcr.io
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Tiger MCP ships inside the Tiger CLI, Timescale's command-line tool for Tiger Cloud, rather than as a separate package. That matters in practice: the MCP server reuses the CLI's authentication and configuration, so once you have run tiger auth login, the agent is authenticated too, and the same ~/.config/tiger state backs both.
Through it an agent gets programmatic access to Tiger Cloud services and the databases behind them. On the service side that is listing, creating, forking, starting, stopping, resizing and deleting services, plus reading service logs and rotating the master password. On the database side it can fetch connection strings, test connectivity, and — the useful one for an agent writing queries — display schema information including tables, views, indexes, functions and TimescaleDB hypertables, so a generated query respects the time-partitioning layout instead of treating a hypertable as an ordinary table. A documentation surface is exposed alongside, so the assistant can look up current Tiger Cloud and TimescaleDB guidance rather than improvise.
Installation is one command per client: tiger mcp install claude-code, or codex, cursor, gemini, vscode, windsurf; tiger mcp install on its own prompts for the client. For anything not on that list, point the client at tiger mcp start as a stdio command, and tiger mcp list / tiger mcp get enumerate and describe the available tools, prompts and resources before you wire it in. A container image is published to ghcr.io/timescale/tiger-cli, authenticated with TIGER_PUBLIC_KEY and TIGER_SECRET_KEY and needing the config directory and .pgpass bind-mounted in.
Apache-2.0 licensed and versioned with the CLI itself, so tiger upgrade brings the MCP server along with it.
Covered in the Weekly
- Onei AI Weekly #5 — August 31, 2026
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.
