Trello MCP Server

by shnvt

237 downloads
Not rated
GitHub

Description

# Trello MCP Server A Model Context Protocol (MCP) server for integrating Trello with AI assistants. This server exposes Trello API functionality via MCP tools that AI agents can use. ## Prerequisites - Node.js (see `.nvmrc` for version) - pnpm (recommended) or npm - Trello API…

About

# Trello MCP Server A Model Context Protocol (MCP) server for integrating Trello with AI assistants. This server exposes Trello API functionality via MCP tools that AI agents can use. ## Prerequisites - Node.js (see `.nvmrc` for version) - pnpm (recommended) or npm - Trello API key and token ## Setup 1. Clone the…

Details

Author
shnvt
Downloads
237
Categories
Other

- 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.

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.

Trello MCP Server

A Model Context Protocol (MCP) server for integrating Trello with AI assistants. This server exposes Trello API functionality via MCP tools that AI agents can use.

Prerequisites

- Node.js (see .nvmrc for version)
- pnpm (recommended) or npm
- Trello API key and token

Setup

1. Clone the repository

git clone <repository-url>
cd trello-mcp-server

2. Install dependencies
```bash
pnpm install

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.