Trello MCP Server (TypeScript)
@andypost
关于 Trello MCP Server (TypeScript)
TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 to interact with Trello boards, lists, and cards via the Trello API.
How to use Trello MCP Server (TypeScript)?
Install dependencies with make install, create a .env file with your TRELLO_API_KEY and TRELLO_TOKEN, then build with make build and start with make start. Configure the server in your Cline MCP settings file and use the available tools such as get_boards, get_lists, get_cards, and get_card_details.
Key features of Trello MCP Server (TypeScript)
- Full Trello API integration through MCP tools
- Asynchronous operations for better performance
- Type-safe implementation using TypeScript
- Comprehensive error handling
- Environment-based configuration
Use cases of Trello MCP Server (TypeScript)
- AI assistant retrieves all Trello boards for a user
- Fetches lists from a specific board to organize workflow
- Gets cards from a board or specific list for task management
- Retrieves detailed card information for review or update
FAQ from Trello MCP Server (TypeScript)
What prerequisites are needed?
Node.js 18.x or higher, npm or yarn, and valid Trello API credentials (API key and token).
How do I configure the server?
Create a .env file in the root directory with TRELLO_API_KEY and TRELLO_TOKEN values.
What MCP tools are available?
The server provides four tools: get_boards, get_lists, get_cards, and get_card_details.
How do I use it with Cline?
Add a configuration entry to your Cline MCP settings JSON with the command node, the path to the built index.js, and environment variables for your Trello credentials.
What error handling does it include?
The server handles API authentication errors, rate limiting, network issues, and invalid request parameters.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论