T
Trello
Manage Trello boards, lists and cards.
·No reviews yet
Share:
About
Auto-generated
Trello is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Trello.
- What is the Trello MCP?
- The Trello MCP allows users to interact with Trello boards, lists, and cards. It integrates Trello's core features into an MCP client for enhanced productivity and project management workflows.
- How can I install the Trello MCP in Cline?
- To install the Trello MCP in Cline, use the command cline mcp install trello. This command fetches and integrates the MCP, making its tools available for use within your Cline environment.
- Does the Trello MCP require an API key for authentication?
- Yes, the Trello MCP requires an API key for authentication. Users must provide a valid API key to access and manage their Trello resources through the MCP.
- What are the primary capabilities exposed by the Trello MCP?
- The Trello MCP primarily enables management of Trello boards, lists, and cards. This includes operations to create, update, and retrieve information related to these core Trello entities.
- Is there a cost associated with using the Trello MCP?
- The Trello MCP itself is provided by the community and is open source. Any costs would depend on your Trello account type and usage, as the MCP interacts with the Trello service.
- What is a known limitation when using the Trello MCP?
- A realistic limitation is that advanced Trello features, such as custom fields or power-ups, might not be fully supported by default. Functionality is primarily focused on fundamental board, list, and card operations.
Install Trello
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"trello": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trello"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"trello": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trello"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"trello": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trello"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.