# Trello MCP Server

Enable AI assistants and automation tools to seamlessly manage your Trello boards, lists, cards, and labels through a standardized interface. Simplify Trello workflow management by integrating with a…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add praveencs87/trello-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list praveencs87/trello-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get praveencs87/trello-mcp create-card

# Call a tool
npx -y @smithery/cli@latest tool call praveencs87/trello-mcp create-card '{}'
```

## Tools (16)

- `create-card`
- `get-boards`
- `get-lists`
- `create-cards`
- `move-card`
- `add-comment`
- `create-label`
- `add-label`
- `move-cards`
- `add-comments`
- `create-labels`
- `add-labels`
- `get-tickets-by-list`
- `archive-card`
- `archive-cards`
- `get-comments-by-user`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get praveencs87/trello-mcp <tool-name>
```

## Resources

- `trello://boards`

---

Source: https://github.com/praveencs87/trello-mcp
