drio
Open app

Trello MCP Server (TypeScript)

Source

Mirror of

Catalog onlyCatalog onlySTDIO

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 necessary dependencies, configure your Trello API credentials in a .env file, and start the server using the provided commands.

  • Full integration with the Trello API through MCP tools - Asynchronous operations for improved performance - Type-safe implementation using TypeScript - Comprehensive error handling for various scenarios - Environment-based configuration for flexibility
  1. Automating tasks on Trello boards using AI assistants.
  2. Retrieving and managing Trello cards and lists programmatically.
  3. Enhancing productivity by integrating Trello with other applications.

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": {
    "andypost-mcp-server-ts-trello-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-andypost-mcp-server-ts-trello-mcp-mirror"
      ]
    }
  }
}

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": {
    "andypost-mcp-server-ts-trello-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-andypost-mcp-server-ts-trello-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "andypost-mcp-server-ts-trello-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-andypost-mcp-server-ts-trello-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "andypost-mcp-server-ts-trello-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-andypost-mcp-server-ts-trello-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "andypost-mcp-server-ts-trello-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-andypost-mcp-server-ts-trello-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "andypost-mcp-server-ts-trello-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-andypost-mcp-server-ts-trello-mcp-mirror"
      ]
    }
  }
}

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 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":1366,"uuid":"b4949afa-89f7-4895-b472-338c354193b0","name":"andypost_mcp-server-ts-trello","title":"Trello MCP Server (TypeScript)","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-02-20T15:30:46.987Z","updated_at":"2025-02-23T07:13:18.188Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"trello,mcp-server,typescript","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/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"}]]}]

Trello MCP Server (TypeScript) — MCP Registry