Model Context Protocol server for Trello API integration
Project description
Trello MCP Server
A Model Context Protocol (MCP) server that integrates Trello with Kiro, enabling you to manage boards, lists, cards, and organizations directly from your development environment.
Quick Start
1. Get API Key
Visit https://trello.com/power-ups/admin/new and create a Power-Up to get your API key (free, takes seconds).
2. Install as Kiro Power
This repo is designed to be installed as a Kiro power. The mcp.json file contains the configuration that will be automatically applied when you install the power.
3. Authenticate
On first use, the server automatically opens your browser to authorize access. Click "Allow" and you're done!
Features
- Boards: List and get board details
- Lists: List and create board lists
- Cards: List, create, and update cards (including moving between lists)
- Organizations: Manage workspaces, boards, and team members
Development
Setup
# Quick setup
./setup.sh
# Or manually
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Authentication
# Interactive (opens browser)
python -m trello_mcp_server.auth --interactive
# Manual (copy-paste token)
python -m trello_mcp_server.auth --manual
# Check status
python -m trello_mcp_server.auth --check
Testing
# Run tests
python -m pytest
# Test organization tools
python test_organizations.py
Documentation
- POWER.md - Complete power documentation with workflows and troubleshooting
- docs/AUTHENTICATION.md - Detailed authentication flows
- docs/ORGANIZATIONS.md - Organization management guide
- docs/STARTUP_FLOW.md - Server startup process
- docs/FUTURE_FEATURES.md - Planned features
- CHANGELOG.md - Version history
Architecture
- Language: Python 3.8+
- Protocol: MCP with stdio transport
- Authentication: OAuth 1.0a with automatic token caching
- Token Storage:
~/.trello_mcp_token.json(600 permissions)
Security
- API keys stored in MCP configuration (safe to share within team)
- Tokens stored in home directory (never committed)
- Automatic file permissions (600) on token cache
- Tokens never expire unless manually revoked
Support
- Trello API: https://developer.atlassian.com/cloud/trello/
- Get API Key: https://trello.com/power-ups/admin/new
- Manage Tokens: https://trello.com/my/account
License
See LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trello_mcp_server-1.0.0.tar.gz.
File metadata
- Download URL: trello_mcp_server-1.0.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc30f906fd1e6cd33005f4d642293a520e2a62db930e486d79dcb3c8b819fd2b
|
|
| MD5 |
a38f6e8e7f01b3d381c9def39b6974a5
|
|
| BLAKE2b-256 |
58652f3820340574d7244f6cbaf7d160cf1739518ed0654c207e7ad72a486245
|
File details
Details for the file trello_mcp_server-1.0.0-py3-none-any.whl.
File metadata
- Download URL: trello_mcp_server-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecad9f93ef2140705660c8ceeb305146dd8571f240f929cd393fa0de13aa52e7
|
|
| MD5 |
14ff42e11a9fd00a9ccd8b85d34a7929
|
|
| BLAKE2b-256 |
2b7d5132b18e276a9e6199bc7f433168f45ab6c7a7fc448cd686acd208e9d910
|