Dataring-engineering/mcp-server-trino
by Various
MCP Server for Trino
MCP
Dataring-engineering/mcp-server-trino
Added 1 June 2026
Overview
An MCP server that enables AI agents and tools to query Trino, the distributed SQL query engine. It implements the Model Context Protocol to expose Trino databases as resources and tools for LLM-driven data access. Built in Python, it provides a lightweight bridge between Trino and MCP-compatible clients.
Best for
Best for
Developers building AI agents that need live SQL access to Trino data sources
Use cases
- Querying Trino data warehouses from AI assistants or agents
- Integrating Trino with MCP-based development environments
- Enabling natural language SQL queries over Trino via LLM tools
How to use
Tools exposed
Python 3.9+trinomcp
Example client config
{\n "mcpServers": {\n "trino": {\n "command": "uv",\n "args": [\n "--directory", \n "<path_to_mcp_server_trino>",\n "run",\n "mcp_server_trino"\n ],\n "env": {\n "TRINO_HOST": "<host>",\n "TRINO_PORT": "<port>",\n "TRINO_USER": "<user>",\n "TRINO_PASSWORD": "<password>",\n "TRINO_CATALOG": "<catalog>",\n "TRINO_SCHEMA": "<schema>"\n }\n }\n }\n} Notes
An MCP server that enables AI agents and tools to query Trino, the distributed SQL query engine. It implements the Model Context Protocol to expose Trino databases as resources and tools for LLM-driven data access. Built in Python, it provides a lightweight bridge between Trino and MCP-compatible clients.
18 stars on GitHub. Last updated 2025-04-22. Licensed MIT.
Use cases
- Querying Trino data warehouses from AI assistants or agents
- Integrating Trino with MCP-based development environments
- Enabling natural language SQL queries over Trino via LLM tools
Pros
- Simple Python implementation with minimal dependencies
- Open source with permissive license for customization
- Directly connects Trino to the growing MCP ecosystem
Cons
- Very small community (18 stars) with limited support
- Early-stage project may lack production hardening
- Requires separate Trino setup and network access
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple Python implementation with minimal dependencies
- Open source with permissive license for customization
- Directly connects Trino to the growing MCP ecosystem
Cons
- Very small community (18 stars) with limited support
- Early-stage project may lack production hardening
- Requires separate Trino setup and network access
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.