MCP.so
Sign In

Trello MCP Server (TypeScript)

@MCP-Mirror

About Trello MCP Server (TypeScript)

Mirror of

Basic information

Category

Other

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "trello-ts": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-ts-trello/build/index.js"
      ],
      "env": {
        "TRELLO_API_KEY": "",
        "TRELLO_TOKEN": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Trello MCP Server (TypeScript)?

A TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration. It provides tools for AI assistants (such as Cline) to interact with Trello boards, lists, and cards via the Trello API.

Key features of Trello MCP Server (TypeScript)

  • Full Trello API integration through MCP tools
  • Asynchronous, type‑safe TypeScript implementation
  • Environment‑based configuration (API key and token)
  • Comprehensive error handling for API issues
  • Build and run via Make commands

Use cases of Trello MCP Server (TypeScript)

  • List all Trello boards for the authenticated user

Comments

More Other MCP servers