Trello MCP 451af16f
MCP Server
Trello Desktop MCP A Model Context Protocol (MCP) server that provides comprehensive Trello integration for Claude Desktop. This server enables Claude to interact with Trello boards, cards, lists, and more through a secure local connection. Features 🔍 Search & Discovery Universal Search: Search across all Trello content (boards, cards, members, organizations) User Boards: Get all boards accessible to the current user Board Details: Retrieve detailed information about boards including lists and cards 📝 Card Management Create Cards: Add new cards to any list with descriptions, due dates, and assignments Update Cards: Modify card properties like name, description, due dates, and status Move Cards: Transfer cards between lists to update workflow status Get Card Details: Fetch comprehensive card information including members, labels, and checklists 💬 Collaboration Add Comments: Post comments on cards for team communication Member Management: View board members and member details Activity History: Track card actions and changes 📋 Organization List Management: Create new lists and get cards within specific lists Labels: View and manage board labels for categorization Checklists: Access card checklists and checklist items Attachments: View card attachments and linked files
工具数
快速接入
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
命令预览
TRELLO_API_KEY={TRELLO_API_KEY} TRELLO_TOKEN={TRELLO_TOKEN} node /absolute/path/to/trello-desktop-mcp/dist/index.js {"TR...
目录标签
目录标签
支持客户端
接入字段
传输方式(transport,传输协议)
stdio
鉴权方式(authType,认证方式)
token
权限和风险
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。