Trello MCP Server
@shnvt
About Trello MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Trello MCP Server?
A Model Context Protocol server that exposes Trello API functionality as MCP tools, enabling AI assistants to interact with Trello boards and cards programmatically. It is intended for developers building AI‑powered workflows that need to read Trello data.
How to use Trello MCP Server?
Clone the repository, install dependencies with pnpm or npm, copy .env.example to .env, and set the required environment variables (Trello API key, token, and base URL). Start the server with pnpm start or npm start. Once running, AI clients can call the get_trello_cards_by_board_id tool with a board ID to retrieve all cards from that board.
Key features of Trello MCP Server
- Retrieves all cards from a specified Trello board.
- Single MCP tool:
get_trello_cards_by_board_id. - Written in TypeScript with Zod input validation.
- Auto‑reload during development (
pnpm dev). - Easy to extend with new Trello API tools.
Use cases of Trello MCP Server
- AI assistant fetching task lists from a Trello project board.
- Automated reporting of card statuses to a chat agent.
- Integrating Trello data into larger MCP‑based workflows.
FAQ from Trello MCP Server
What Trello operations does the server support?
Currently, the server only provides the get_trello_cards_by_board_id tool to retrieve all cards from a given board. Additional tools can be added following the guide in the README.
What are the runtime requirements?
Node.js (version specified in .nvmrc), pnpm or npm, and a Trello API key and token obtained from Trello’s Developer Portal.
How do I get my Trello API credentials?
Go to the Trello Developer Portal (https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/) to generate an API key and a token.
Where does the server run?
It runs locally as a Node.js process. Data is fetched in real time from Trello’s public API; no local storage of Trello data is mentioned.
What transport and authentication are used?
The server uses standard MCP tool calls. Authentication to Trello is handled via the API key and token supplied in the environment variables. No other transports (e.g., stdio, HTTP) are specified in the README.
Frequently asked questions
What Trello operations does the server support?
Currently, the server only provides the `get_trello_cards_by_board_id` tool to retrieve all cards from a given board. Additional tools can be added following the guide in the README.
What are the runtime requirements?
Node.js (version specified in `.nvmrc`), pnpm or npm, and a Trello API key and token obtained from Trello’s Developer Portal.
How do I get my Trello API credentials?
Go to the Trello Developer Portal (https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/) to generate an API key and a token.
Where does the server run?
It runs locally as a Node.js process. Data is fetched in real time from Trello’s public API; no local storage of Trello data is mentioned.
What transport and authentication are used?
The server uses standard MCP tool calls. Authentication to Trello is handled via the API key and token supplied in the environment variables. No other transports (e.g., stdio, HTTP) are specified in the README.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments