MCP.so
登录

Trello MCP Server

@shnvt

关于 Trello MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

shnvt

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Trello MCP Server?

A Model Context Protocol server that exposes Trello API functionality as MCP tools, enabling AI assistants to interact with Trello boards and cards programmatically. It is intended for developers building AI‑powered workflows that need to read Trello data.

How to use Trello MCP Server?

Clone the repository, install dependencies with pnpm or npm, copy .env.example to .env, and set the required environment variables (Trello API key, token, and base URL). Start the server with pnpm start or npm start. Once running, AI clients can call the get_trello_cards_by_board_id tool with a board ID to retrieve all cards from that board.

Key features of Trello MCP Server

  • Retrieves all cards from a specified Trello board.
  • Single MCP tool: get_trello_cards_by_board_id.
  • Written in TypeScript with Zod input validation.
  • Auto‑reload during development (pnpm dev).
  • Easy to extend with new Trello API tools.

Use cases of Trello MCP Server

  • AI assistant fetching task lists from a Trello project board.
  • Automated reporting of card statuses to a chat agent.
  • Integrating Trello data into larger MCP‑based workflows.

FAQ from Trello MCP Server

What Trello operations does the server support?

Currently, the server only provides the get_trello_cards_by_board_id tool to retrieve all cards from a given board. Additional tools can be added following the guide in the README.

What are the runtime requirements?

Node.js (version specified in .nvmrc), pnpm or npm, and a Trello API key and token obtained from Trello’s Developer Portal.

How do I get my Trello API credentials?

Go to the Trello Developer Portal (https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/) to generate an API key and a token.

Where does the server run?

It runs locally as a Node.js process. Data is fetched in real time from Trello’s public API; no local storage of Trello data is mentioned.

What transport and authentication are used?

The server uses standard MCP tool calls. Authentication to Trello is handled via the API key and token supplied in the environment variables. No other transports (e.g., stdio, HTTP) are specified in the README.

评论

其他 分类下的更多 MCP 服务器