mcp-server-trello
Verified Safeby delorenj
Overview
Interact with and automate Trello boards programmatically via Model Context Protocol.
Installation
bunx @delorenj/mcp-server-trelloEnvironment Variables
- TRELLO_API_KEY
- TRELLO_TOKEN
Security Notes
The server uses environment variables for sensitive API keys and tokens. Input validation for tools is implemented using Zod, which helps prevent malformed requests. The `attachFileToCard` tool supports `file://` URLs, which could allow local file access if the server is exposed to untrusted clients, but for a typical MCP server, this functionality is expected and controlled by the invoking client/LLM. There are no obvious 'eval' or malicious patterns detected.
Similar Servers
mcp-atlassian
Provides an MCP server for integrating with Atlassian Jira and Confluence, enabling an agent to interact with these services for tasks like searching, creating, updating, and managing content and issues.
backlog-mcp-server
Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.