
Trino MCP Server
by tuannvm
High-performance MCP server for Trino, allowing AI assistants to execute distributed SQL queries across multiple data sources.
What it does
This MCP server connects AI assistants to Trino (formerly PrestoSQL), a powerful distributed SQL query engine. It enables AI to perform fast analytics on large datasets by executing SQL queries across various catalogs like PostgreSQL, MySQL, S3/Hive, BigQuery, and MongoDB.
Tools
execute_query: Run a SQL query and get the results.list_catalogs: List all available data catalogs.list_schemas: List schemas within a specific catalog.list_tables: List tables within a specific schema.get_table_schema: Retrieve the schema for a specific table.explain_query: Get the execution plan for a SQL query.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"trino": {
"command": "mcp-trino",
"env": {
"TRINO_HOST": "your-trino-host",
"TRINO_USER": "your-user"
}
}
}
}
Supported hosts
Claude Desktop, Claude Code, Cursor, Windsurf, ChatWise
Quick install
curl -fsSL https://raw.githubusercontent.com/tuannvm/mcp-trino/main/install.sh | bashInformation
- Pricing
- free
- Published
- 5/14/2026
- stars






