loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

fastmcp-trello

MCP Tool

Jimdrews/fastmcp-trello

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

Install

$ npx loaditout add Jimdrews/fastmcp-trello

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "fastmcp-trello": {
      "command": "npx",
      "args": [
        "-y",
        "fastmcp-trello"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

fastmcp-trello

[](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.

Available 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 | | 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 | | 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
Claude Desktop

Add to your Claude Desktop configuration file (claude_desktop_config.json):

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

Add to your VS Code MCP settings (.vscode/mcp.json):

{
  "servers": {
    "trello": {

Tags

agentsaiai-toolsautomationclaudeclaude-codecopilotcursorfastmcpllmmcpmcp-servermodel-context-protocolproject-managementpythontask-managementtrellotrello-api

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated11 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/3/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Jimdrews/fastmcp-trello)](https://loaditout.ai/skills/Jimdrews/fastmcp-trello)