drio
Open app

Trello MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

Trello MCP Server is a Model Context Protocol (MCP) server designed to facilitate interaction with the Trello API, enabling developers to manage Trello boards, lists, cards, and more through a structured and type-safe approach.

To use the Trello MCP Server, clone the repository, install the necessary dependencies, configure your Trello API key and token in the .env file, and then build and run the server.

  • Trello Integration: Access to all Trello resources including boards, lists, and cards. - Comprehensive API Coverage: Supports all major operations available in the Trello API. - Modular Architecture: Well-defined structure for easy maintenance and scalability. - Type Safety: Full TypeScript support ensures type safety for Trello objects. - Error Handling: Robust error management throughout the application.
  1. Automating project management tasks using Trello.
  2. Building custom applications that require Trello data manipulation.
  3. Integrating Trello with other services or tools for enhanced productivity.

Add to your AI client

Use these steps to connect Trello MCP Server 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": {
    "trello-mcp-server-v4lheru": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-trello-mcp-server-v4lheru"
      ]
    }
  }
}

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

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What are the prerequisites for using Trello MCP Server?

You need Node.js 18 or higher, npm or yarn, and a Trello API key and token.

Is there a license for Trello MCP Server?

Yes, the project is licensed under the MIT License.

How can I contribute to the project?

You can contribute by submitting issues or pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1893,"uuid":"148941c8-7a31-40bc-a25f-83cbf37f091d","name":"trello-mcp-server","title":"Trello MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/129070018?v=4","created_at":"$D2025-03-05T05:54:52.194Z","updated_at":"$D2025-03-12T10:21:21.829Z","status":"created","author_name":"v4lheru","author_avatar_url":"https://avatars.githubusercontent.com/u/129070018?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/v4lheru/trello-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 13:36:16\"}","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"}]]}]