Sponsored by Deepsite.site

Trello MCP

Created By
azareljacobs8 months ago
Model Context Protocol (MCP) server for querying Trello boards and cards
Content

Trello MCP

A Model Context Protocol (MCP) server for querying Trello boards and cards.

Prerequisites

  • Node.js installed (v14 or higher)
  • Trello API Key and Token

How to Get Trello Credentials

  1. Create a Trello Power-Up first at https://trello.com/power-ups/admin
  2. Navigate to your Power-Up and select the API Key tab
  3. Generate an API Key
  4. Create a Token by clicking the "Token" link

Installation & Usage

npx @azareljacobs/trello-mcp

Option 2: Install globally

npm install -g @azareljacobs/trello-mcp
trello-mcp

Option 3: Install as a dependency in your project

npm install @azareljacobs/trello-mcp

Then in your package.json scripts:

"scripts": {
  "trello-mcp": "trello-mcp"
}

Option 4: Clone and run locally

  1. Clone the repository
  2. Run npm install
  3. Run npm start

Setting up Trello API Credentials

You need to provide your Trello API credentials in one of the following ways:

Method 1: Environment Variables

Set the following environment variables:

TRELLO_API_KEY=your_trello_api_key
TRELLO_TOKEN=your_trello_token

Method 2: .env File

Create a .env file in your project directory with:

TRELLO_API_KEY=your_trello_api_key
TRELLO_TOKEN=your_trello_token

Method 3: MCP Configuration

Add the credentials to your MCP configuration file (~/.codeium/windsurf/mcp_config.json) under the "env" section:

{
  "env": {
    "TRELLO_API_KEY": "your_trello_api_key",
    "TRELLO_TOKEN": "your_trello_token"
  }
}

Available MCP Tools

The Trello MCP server provides the following tools:

1. get_boards

Returns all boards for the authenticated user with comprehensive metadata.

  • Includes detailed information about members, lists, labels, and cards
  • No parameters required
  • Note: This can be slow for users with many boards as it makes multiple API calls

2. get_boards_summary

Returns a simplified summary of all boards.

  • Includes basic board information and statistics
  • No parameters required
  • Faster than get_boards while still providing useful metadata

3. get_board_details

Returns detailed information about a specific board.

  • Parameters: boardId (required)
{
  "boardId": "your_board_id"
}

4. get_cards

Returns cards from a specific board.

  • Parameters:
    • boardId (required)
    • filter (optional, default: "visible")
{
  "boardId": "your_board_id",
  "filter": "visible"
}

5. get_lists

Returns lists from a specific board.

  • Parameters: boardId (required)
{
  "boardId": "your_board_id"
}

Searches across Trello for matching content.

  • Parameters: query (required)
{
  "query": "search term"
}

Example Usage with Roo

// Example of using the Trello MCP server with Roo
<use_mcp_tool>
<server_name>trello</server_name>
<tool_name>get_boards_summary</tool_name>
<arguments>
{}
</arguments>
</use_mcp_tool>

// Example of getting cards from a specific board
<use_mcp_tool>
<server_name>trello</server_name>
<tool_name>get_cards</tool_name>
<arguments>
{
  "boardId": "your_board_id"
}
</arguments>
</use_mcp_tool>
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Tavily Mcp
ChatWiseThe second fastest AI chatbot™
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
WindsurfThe new purpose-built IDE to harness magic
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server
Playwright McpPlaywright MCP server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors