Trello Cloudflare
0
Provides comprehensive Trello integration as a Model Context Protocol server, securely deployed on Cloudflare Workers.
关于
This tool serves as a Model Context Protocol (MCP) server, bridging Trello's powerful project management capabilities with external applications and AI agents. Hosted on Cloudflare Workers, it offers a secure and scalable way to interact with Trello boards, lists, cards, members, and more. It supports both Server-Sent Events (SSE) for persistent connections and HTTP for simpler requests, ensuring flexible integration options while maintaining high security through environment variable-based authentication.
主要功能
- Secure authentication using Trello API credentials and a shared secret via environment variables
- Support for both Server-Sent Events (SSE) and HTTP JSON-RPC transport protocols
- Comprehensive management of Trello boards, lists, cards, comments, labels, and checklists
- Optimized for deployment on Cloudflare Workers for serverless scalability and global reach
- Programmatic control over Trello features including searching cards and managing attachments
- 0 GitHub stars
使用案例
- Securely exposing Trello API access via Cloudflare Workers for external services
- Integrating Trello functionality into custom applications or AI agents using the MCP standard
- Automating Trello workflows and operations programmatically