Trello MCP Server

by v4lheru

19 stars
178 downloads
Not rated
GitHub

Description

# Trello MCP Server A Model Context Protocol (MCP) server that provides tools for interacting with the Trello API. Credentials are stored securely in your OS credential manager, not in plaintext files. ## Features - **Secure Credential Storage**: Credentials stored in OS…

About

# Trello MCP Server A Model Context Protocol (MCP) server that provides tools for interacting with the Trello API. Credentials are stored securely in your OS credential manager, not in plaintext files. ## Features - **Secure Credential Storage**: Credentials stored in OS credential manager (Windows Credential Manager…

Details

Author
v4lheru
GitHub stars
19
Downloads
178
Categories
Other

- Secure credential storage in OS credential manager
- No plaintext secrets or .env files
- Full Trello API coverage (boards, lists, cards, etc.)
- TypeScript support with proper typing for Trello objects
- Robust error handling throughout the codebase

Clone the repository, install dependencies with npm install, build with npm run build, and run npm run setup-credentials to securely store your Trello API key and token. Start the server with npm start. For Claude Desktop, add the server to your claude_desktop_config.json.

Trello MCP Server

A Model Context Protocol (MCP) server that provides tools for interacting with the Trello API.

Credentials are stored securely in your OS credential manager, not in plaintext files.

Features

- Secure Credential Storage: Credentials stored in OS credential manager (Windows Credential Manager, macOS Keychain, or Linux libsecret)
- No Plaintext Secrets: No .env files, no environment variables for credentials
- Trello Integration: Complete access to Trello boards, lists, cards, and more
- Comprehensive API Coverage: Support for all major Trello operations
- Type Safety: Full TypeScript support with proper typing for Trello objects
- Error Handling: Robust error management throughout the codebase

Getting Started

Prerequisites

- Node.js 18 or higher
- npm
- Trello API key and token (see below)

Linux only: Install libsecret
```bash

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.