MCP server for generating Gantt charts from Trello boards.
Project description
trello-gantt-mcp
MCP server that generates Mermaid Gantt chart HTML files from Trello boards. Built on top of the trello-gantt CLI package.
Installation
pip install trello-gantt-mcp
Configuration
Add the server to your Claude Desktop or Claude Code configuration:
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"trello-gantt": {
"command": "trello-gantt-mcp",
"env": {
"TRELLO_API_KEY": "your-api-key",
"TRELLO_API_TOKEN": "your-api-token"
}
}
}
}
Claude Code
Edit .claude/settings.json:
{
"mcpServers": {
"trello-gantt": {
"command": "trello-gantt-mcp",
"env": {
"TRELLO_API_KEY": "your-api-key",
"TRELLO_API_TOKEN": "your-api-token"
}
}
}
}
Getting Trello credentials
- Get your API key at https://trello.com/power-ups/admin
- Generate a token from the same page (click the "Token" link next to your key)
Tool: generate_gantt
Generates a standalone HTML file with an interactive Mermaid Gantt chart.
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
board_id |
Yes | - | Trello board ID or full URL |
lists |
No | all open lists | Comma-separated list names to include |
title |
No | "Project Gantt Chart" | Chart title in the HTML output |
milestone_list |
No | - | Comma-separated list names to render as milestones |
output |
No | "gantt.html" | Output HTML file path |
Example usage
Generate a Gantt chart for https://trello.com/b/abc123/my-project
The tool returns the absolute path to the generated HTML file along with a summary of cards processed.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trello_gantt_mcp-0.1.0.tar.gz.
File metadata
- Download URL: trello_gantt_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51884b0605d1a0dbf3709908eeb463cfabdbe0fabc33c7617b98f8b1b04043d3
|
|
| MD5 |
5f50ab2140c09669fe7c9616fab73364
|
|
| BLAKE2b-256 |
7f87c2e28736e619b816cf062ed996768fa96d8c663d80df1d72bb232028d582
|
File details
Details for the file trello_gantt_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: trello_gantt_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ba4887d83fa3bdfb248d644e384a47e97ec5f4265bc1d9b8bd285511a50a5fc
|
|
| MD5 |
c159e38e5a3a319f76cc25ad848a820f
|
|
| BLAKE2b-256 |
255491d7d80144dfc2fb36f2626d98f46477d6ecf7c57e199cb70a058063e806
|