Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Trino

    MCP Server for Trino

    18 stars
    Python
    Updated Sep 25, 2025

    Table of Contents

    • Overview
    • Requirements
    • Configuration
    • Usage

    Table of Contents

    • Overview
    • Requirements
    • Configuration
    • Usage

    Documentation

    Trino MCP Server

    This repository provides an MCP (Model-Control-Protocol) server that allows you to list and query tables via Trino using Python.

    Overview

    • MCP: MCP is a protocol for bridging AI models, data, and tools. This example MCP server provides:
    • A list of Trino tables as MCP resources
    • Ability to read table contents through MCP
    • A tool for executing arbitrary SQL queries against Trino
    • Trino: A fast, distributed SQL query engine for big data analytics. This server makes use of Trino’s Python client (trino.dbapi) to connect to a Trino host, catalog, and schema.

    Requirements

    • Python 3.9+ (or a version compatible with mcp, trino, and asyncio)
    • trino (the Python driver for Trino)
    • mcp (the Model-Control-Protocol Python library)

    Configuration

    The server reads Trino connection details from environment variables:

    VariableDescriptionDefault
    TRINO_HOSTTrino server hostname or IPlocalhost
    TRINO_PORTTrino server port8080
    TRINO_USERTrino user name*required*
    TRINO_PASSWORDTrino password (optional, depends on your authentication setup)(empty)
    TRINO_CATALOGDefault catalog to use (e.g., hive, tpch, postgresql, etc.)*required*
    TRINO_SCHEMADefault schema to use (e.g., default, public, etc.)*required*

    Usage

    json
    {
      "mcpServers": {
        "trino": {
          "command": "uv",
          "args": [
            "--directory", 
            "",
            "run",
            "mcp_server_trino"
          ],
          "env": {
            "TRINO_HOST": "",
            "TRINO_PORT": "",
            "TRINO_USER": "",
            "TRINO_PASSWORD": "",
            "TRINO_CATALOG": "",
            "TRINO_SCHEMA": ""
          }
        }
      }
    }

    Similar MCP

    Based on tags & features

    • PE

      Personalizationmcp

      Python·
      12
    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • PE

      Personalizationmcp

      Python·
      12
    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k