MCP.so
登录

Trello MCP Server (TypeScript)

@MCP-Mirror

关于 Trello MCP Server (TypeScript)

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "trello-ts": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-ts-trello/build/index.js"
      ],
      "env": {
        "TRELLO_API_KEY": "",
        "TRELLO_TOKEN": ""
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Trello MCP Server (TypeScript)?

A TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration. It provides tools for AI assistants (such as Cline) to interact with Trello boards, lists, and cards via the Trello API.

Key features of Trello MCP Server (TypeScript)

  • Full Trello API integration through MCP tools
  • Asynchronous, type‑safe TypeScript implementation
  • Environment‑based configuration (API key and token)
  • Comprehensive error handling for API issues
  • Build and run via Make commands

Use cases of Trello MCP Server (TypeScript)

  • List all Trello boards for the authenticated user

评论

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