Trello MCP Server (TypeScript)
TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration
Overview
Trello MCP Server is a TypeScript implementation of a Model Context Protocol (MCP) server designed for seamless integration with Trello, allowing AI assistants to interact with Trello boards, lists, and cards.
To use the Trello MCP Server, install the dependencies, configure your Trello API credentials in a .env file, and start the server using the provided commands.
- Full Trello API integration through MCP tools - Asynchronous operations for improved performance - Type-safe implementation using TypeScript - Comprehensive error handling for various scenarios - Environment-based configuration for flexibility
- Automating task management by retrieving and updating Trello cards.
- Integrating Trello with AI assistants for enhanced productivity.
- Building custom applications that require Trello data manipulation.
Add to your AI client
Use these steps to connect Trello MCP Server (TypeScript) in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-ts-trello-andypost": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ts-trello-andypost"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-ts-trello-andypost": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ts-trello-andypost"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-ts-trello-andypost": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ts-trello-andypost"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-ts-trello-andypost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ts-trello-andypost"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-ts-trello-andypost": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ts-trello-andypost"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-ts-trello-andypost": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ts-trello-andypost"
]
}
}
}FAQ
What are the prerequisites for using Trello MCP Server?
You need Node.js 18.x or higher, npm or yarn, and Trello API credentials.
How do I install Trello MCP Server?
Use the command `make install` to install the necessary dependencies.
Can I contribute to the project?
Yes! You can fork the repository, create a feature branch, and submit a pull request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":851,"uuid":"88b22064-f494-4877-b497-5adbfd47bb94","name":"mcp-server-ts-trello","title":"Trello MCP Server (TypeScript)","description":"TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration","avatar_url":"https://avatars.githubusercontent.com/u/73713?v=4","created_at":"2025-01-28T02:14:18.471Z","updated_at":"2025-02-23T07:13:17.601Z","status":"created","author_name":"andypost","author_avatar_url":"https://avatars.githubusercontent.com/u/73713?v=4","tags":"mcp-server,trello-integration,typescript","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/andypost/mcp-server-ts-trello","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]