Trello
Quick start
This skill is a thin pass-through to a local stdio MCP server. mcporter spawns the skill's Python server on each call and passes the configured Trello env vars to the subprocess.
mcporter --config {baseDir}/mcporter.json list maverick-trello --schema
For structured output:
mcporter --config {baseDir}/mcporter.json call --output json maverick-trello.<tool> key=value
Safety
Write operations that create, move, update, archive, delete, assign, comment on, or checklist-edit Trello cards modify shared board state. Confirm clear user intent before invoking write tools, and read current board/list/card state before changing it.
Authentication
The deployment harness provides a Trello access token and API key. mcporter passes them into the stdio subprocess via mcporter.json; the local server sends Trello API requests with the configured API key and token.
This skill does not claim a refresh-token contract for Trello. If Trello rejects the token, reconnect the integration so the deployment harness can provision a new access token.
Data flow
Tool calls run locally: mcporter spawns this skill's Python MCP server as a subprocess, and that server forwards Trello API requests with the configured API key and token. Trello sees the board, list, card, checklist, member, and comment data referenced by each call. Use this skill for Trello-related work only; do not pass unrelated sensitive content through these tools.
Dependencies
mcporter(github.com/steipete/mcporter) — MCP CLI used to invoke the local MCP server. Auto-installed vianpm install -g --ignore-scripts mcporterif missing on PATH (seeinstallspec in frontmatter). The install spec uses unpinnedmcporter(npmlatest); operators with strict supply-chain controls should override the install to pin a specific version.uv(docs.astral.sh/uv) — runs the Python wrapper and local MCP server from their inline dependency metadata.
微信扫一扫