Back to directory
lzvxck/trello-mcp-server

lzvxck/trello-mcp-server

@lzvxck

A Model Context Protocol (MCP) server that connects Trello with AI assistants like Claude Desktop, GitHub Copilot Chat, and other MCP-compatible clients.

trellomcpproject-managementai-assistantclaudevscodecopilotdockertool

Installation & Configuration

{
  "mcp": {
    "servers": {
      "trello-mcp": {
        "command": "node",
        "args": [
          "absolute/path/to/the/project/dist/index.js"
        ],
        "env": {
          "TRELLO_API_KEY": "your_api_key",
          "TRELLO_TOKEN": "your_token",
          "TRELLO_BASE_URL": "https://api.trello.com/1"
        }
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13