AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Fastmcp Trello

mcp-jimdrews-fastmcp-trello · by Jimdrews

A Trello MCP server that manage boards, cards, and lists from any AI assistant

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add mcp-jimdrews-fastmcp-trello

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.4.1 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.4.1. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-jimdrews-fastmcp-trello)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Fastmcp Trello? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

[](https://pypi.org/project/fastmcp-trello/) [](https://pypi.org/project/fastmcp-trello/) [](https://github.com/Jimdrews/fastmcp-trello/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT)

A Trello MCP server — manage boards, cards, and lists from any AI assistant that supports the Model Context Protocol. MCP is an open standard that lets AI assistants like Claude, Cursor, and Copilot interact with external tools and services.

Trello MCP Tools

| Tool | Description | |---|---| | get_boards | List all boards accessible to you | | get_board | Get a board's details including its lists | | get_lists | Get all open lists on a board | | create_board | Create a new board | | update_board | Update a board's name or description | | close_board | Close (archive) a board | | get_cards | Get all cards in a list | | get_card | Get full details for a card including comments | | create_card | Create a new card on a list | | update_card | Update a card's fields or move it to a different list | | archive_card | Archive (close) a card | | get_labels | Get all labels defined on a board | | create_label | Create a new label on a board | | delete_label | Delete a label from a board | | add_label_to_card | Add a label to a card | | remove_label_from_card | Remove a label from a card | | create_list | Create a new list on a board | | update_list | Rename a list | | archive_list | Archive (close) a list | | move_list | Move a list to a new position | | get_attachments | Get all attachments on a card | | add_attachment | Add a URL attachment to a card | | delete_attachment | Delete an attachment from a card | | add_comment | Add a comment to a card | | search_cards | Search for cards across boards, optionally scoped to a specific board |

Prerequisites

You need a Trello API key and token:

  1. Go to the Trello Power-Ups admin page
  2. Create a new Power-Up (any name/workspace will do)
  3. Generate a new API key
  4. From the API key page, click the Token link to generate a token

Installation

Add the following to your MCP client configuration (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "trello": {
      "command": "uvx",
      "args": ["fastmcp-trello"],
      "env": {
        "TRELLO_API_KEY": "your-api-key",
        "TRELLO_TOKEN": "your-token"
      }
    }
  }
}

Or run standalone:

TRELLO_API_KEY=your-api-key TRELLO_TOKEN=your-token uvx fastmcp-trello

Usage

Once installed in your MCP client, you can ask your AI assistant things like:

> "Show me all my Trello boards"

> "Create a card called 'Fix login bug' in the To Do list on my Project board"

Configuration

| Variable | Required | Description | |---|---|---| | TRELLO_API_KEY | Yes | Your Trello API key | | TRELLO_TOKEN | Yes | Your Trello authentication token |

Development

git clone https://github.com/Jimdrews/fastmcp-trello.git
cd fastmcp-trello
uv sync --group dev
uv run pytest

See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.

License

[MIT](LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.4.1 Imported from the upstream source.