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
mcp-server-trello
This server provides tools for interacting with Trello boards, enabling automation of project management, task management, and reporting workflows.
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
kanboard-mcp
This server integrates AI assistants with Kanboard, allowing natural language management of projects, tasks, users, and workflows.
Teamwork-MCP
The MCP server simplifies interaction with the Teamwork.com API, enabling AI agents to manage projects, tasks, people, and companies within Teamwork.