fortis-trello-mcp
Manage Trello boards, cards, lists, labels, members, and more. Provides tools for creating, moving, completing, blocking, searching cards, and generating recurring tasks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fortis-trello-mcpadd card 'test arm' to This Sprint, assign NT"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fortis-trello-mcp
MCP server that lets Claude Desktop manage our Fortis robotics Trello board. Talk to Claude in plain english and it handles cards, assignments, labels, blocking, weekly recurring tasks, etc.
Setup
You need Node.js installed (v20+).
git clone git@github.com:nthankas/fortis-trello-mcp.git
cd fortis-trello-mcp
npm install
npm run buildThen you need three things from Trello:
API Key — get it at https://trello.com/power-ups/admin (click "New", grab the API key)
Token — on that same page, click "Token" next to your key and authorize it
Board ID — open the board in a browser, the ID is in the URL:
trello.com/b/{THIS_PART}/...
Add this to your Claude Desktop config file (claude_desktop_config.json):
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonMac:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fortis-trello": {
"command": "node",
"args": ["/absolute/path/to/fortis-trello-mcp/dist/index.js"],
"env": {
"TRELLO_API_KEY": "your-api-key",
"TRELLO_TOKEN": "your-token",
"TRELLO_BOARD_ID": "your-board-id"
}
}
}
}Replace the path in args with wherever you cloned the repo. Restart Claude Desktop.
Related MCP server: Trello MCP Server
What you can do
Just talk to Claude naturally. Some examples:
"show me the board"
"what's in the backlog?"
"add a card called 'redesign motor mount' to This Sprint, assign NT and RC, label Chassis, due Friday"
"move motor mount to In Progress"
"mark motor mount as done"
"block sensor calibration — waiting on IMU shipment"
"unblock sensor calibration, put it back in This Sprint"
"create this week's recurring cards"
"search for anything about wiring"
"archive old prototype test"
Card names are fuzzy matched so you don't have to type them exactly. Members are referenced by initials (NT, AP, CP, RC, CC) and labels by subsystem name (Simulation, Chassis, Arm, Embedded/Compute, Power/Electrical, Winch/Tether, Documentation, Procurement).
Tools
Tool | What it does |
| snapshot of all lists + card details for active lists |
| all cards in a specific list |
| create a card with name, list, description, due date, members, labels |
| move a card between lists |
| mark done, auto-routes to the right Done list by subsystem label |
| change name, description, due date, add/remove members or labels |
| move to Blocked with a reason |
| move out of Blocked |
| generates weekly task cards (reports, gantt, trello maintenance) |
| search card names and descriptions |
| archive a card |
Notes
Trello API calls are rate-limited to 10/sec
Board metadata (lists, labels, members) is cached for 60 seconds
Never hardcode API keys — they go in the Claude Desktop config as env vars
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nthankas/fortis-trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server