Trello MCP 服务器(TypeScript 实现)
用于 Trello 集成的 TypeScript 实现的模型上下文协议 (MCP) 服务器。
快速入门
-
安装依赖:运行
make install -
配置环境:在根目录创建
.env文件,填入 Trello API 凭证:TRELLO_API_KEY=your_api_key TRELLO_TOKEN=your_token
-
构建项目:运行
make build -
启动服务器:运行
make start -
使用工具:支持
get_boards、get_lists等功能。
更多命令参考 README。
