Fortis Trello
FreeNot checkedEnables natural language management of a Trello board for Fortis robotics, including card creation, moving, blocking, weekly recurring tasks, and more.
About
Enables natural language management of a Trello board for Fortis robotics, including card creation, moving, blocking, weekly recurring tasks, and more.
README
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 [email protected]:nthankas/fortis-trello-mcp.git
cd fortis-trello-mcp
npm install
npm run build
Then 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.json - Mac:
~/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.
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 |
|---|---|
get_board_overview |
snapshot of all lists + card details for active lists |
get_cards_in_list |
all cards in a specific list |
add_card |
create a card with name, list, description, due date, members, labels |
move_card |
move a card between lists |
complete_card |
mark done, auto-routes to the right Done list by subsystem label |
update_card |
change name, description, due date, add/remove members or labels |
block_card |
move to Blocked with a reason |
unblock_card |
move out of Blocked |
create_weekly_recurring |
generates weekly task cards (reports, gantt, trello maintenance) |
search_cards |
search card names and descriptions |
archive_card |
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
Installing Fortis Trello
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/nthankas/fortis-trello-mcpFAQ
Is Fortis Trello MCP free?
Yes, Fortis Trello MCP is free — one-click install via Unyly at no cost.
Does Fortis Trello need an API key?
No, Fortis Trello runs without API keys or environment variables.
Is Fortis Trello hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Fortis Trello in Claude Desktop, Claude Code or Cursor?
Open Fortis Trello on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbfulcradynamics/fulcra-context-mcp
MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li
by fulcradynamicsaymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
by aymericziprinadelph/Agent-MCP
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
by rinadelphWhenLabs-org/when
Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod
by WhenLabs-orgBeltran12138/wecom-docs-mcp-server
WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server
by Beltran12138madbonez/caldav-mcp
Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),
by madbonezCompare Fortis Trello with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
