Back to MCP directory
publicPublicdnsLocal runtime

trello-claude-integration

通过Smithery.ai的MCP服务器实现Claude与Trello的集成,支持任务管理和项目协作

article

README

🚀 Trello-Claude 集成

本项目借助 Smithery.ai 的 MCP 服务器,实现了语言模型 Claude 与项目管理平台 Trello 的集成。通过该集成,能让 Claude 根据用户请求在 Trello 中高效地创建和管理任务。

🚀 快速开始

本解决方案可使 Claude 根据用户请求在 Trello 中创建和管理任务。若要了解具体的安装与设置步骤,请参阅 安装说明;若想查看示例用法,可参阅 使用示例;若需查看 API 文档,可参阅 API 文档

✨ 主要特性

  • 任务管理:支持创建和编辑任务。
  • 人员指派:可指派任务的执行人。
  • 时间设置:能够设置任务的截止日期。
  • 标签处理:可以处理任务的标签(标记)。
  • 列表管理:支持对任务列表进行管理。
  • 项目描述:可对项目进行描述和格式化。

🔧 技术细节

  • Claude API:作为用于处理用户请求的语言模型。
  • Smithery.ai:是用于创建 MCP 服务器的平台。
  • Trello API:作为与 Trello 交互的接口。
  • GitHub:是用于存储代码、配置和 CI/CD 的平台。

📄 许可证

本项目采用 MIT 许可证。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client