trello-mcp-server
Verified Safeby v4lheru
Overview
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
Installation
npm startEnvironment Variables
- DEBUG
- LOG_LEVEL
Security Notes
The server prioritizes secure credential storage by exclusively using OS-native credential managers (keytar) and explicitly avoids plaintext .env files or environment variables for sensitive Trello API keys and tokens during runtime. The `setup-credentials` script handles secure migration from .env files and offers to remove sensitive data from them. Destructive operations like board and card deletion require explicit confirmation. The codebase does not exhibit obvious use of `eval` or direct command injection vulnerabilities.
Similar Servers
backlog-mcp-server
Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
Teamwork-MCP
An MCP server for AI agents to interact with the Teamwork.com API, enabling management of projects, tasks, people, companies, and reporting within Teamwork.
mcp
Enables Large Language Models (LLMs) and AI agents to interact with and manage Teamwork.com projects and Teamwork Desk resources via the Model Context Protocol.