
Model Context Protocol (MCP) Server
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
Seamlessly connect Trello to AI assistants with the Trello MCP Server, automating board management and enabling powerful workflows from within FlowHunt.
The Trello MCP Server is a Model Context Protocol (MCP) server designed to integrate Trello with AI assistants such as Claude Desktop, GitHub Copilot Chat, and other MCP-compatible clients. It enables seamless interaction between AI models and Trello boards, allowing users to automate and enhance their project management workflows through natural language commands. The server supports listing all Trello boards, reading board contents (lists and cards), creating new cards, moving cards between lists, adding comments to cards, and archiving cards, all from within an AI assistant interface. By exposing Trello as an MCP resource, this server connects AI-driven tools to the rich ecosystem of Trello, making it easier for developers and teams to manage tasks, collaborate, and streamline productivity directly from their preferred AI environments.
No information about prompt templates is provided in the repository.
No explicit Windsurf instructions are provided in the repository.
%APPDATA%\Claude\claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
~/.config/claude/claude_desktop_config.json
{
"mcp": {
"servers": {
"trello-mcp": {
"command": "node",
"args": ["absolute/path/to/the/project/dist/index.js"],
"env": {
"TRELLO_API_KEY": "your_api_key",
"TRELLO_TOKEN": "your_token",
"TRELLO_BASE_URL": "https://api.trello.com/1"
}
}
}
}
}
{
"mcp": {
"servers": {
"trello-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"TRELLO_API_KEY=your_api_key",
"-e",
"TRELLO_TOKEN=your_token",
"-e",
"TRELLO_BASE_URL=https://api.trello.com/1",
"trello-mcp-server"
]
}
}
}
}
No explicit Cursor instructions are provided in the repository.
No explicit Cline instructions are provided in the repository.
API credentials should be set using the env
key in the MCP server configuration. Example:
"env": {
"TRELLO_API_KEY": "your_api_key",
"TRELLO_TOKEN": "your_token",
"TRELLO_BASE_URL": "https://api.trello.com/1"
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"trello-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “trello-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Full overview available |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ✅ | Boards, lists, cards, comments |
List of Tools | ✅ | List boards, read contents, create/move/archive cards, add comments |
Securing API Keys | ✅ | Uses environment variables in “env” |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, the Trello MCP Server provides strong integration capabilities for Trello with AI assistants, but lacks documentation on prompts and sampling support. Its resource/tool support is well documented and the setup instructions are solid. Sampling and root support are not mentioned.
This MCP server is well-documented regarding setup, tools, and resource exposure, but limited in prompt and advanced MCP feature support. For most developers wanting Trello+AI integration, it’s effective and straightforward, but power users may want more advanced MCP features in the future.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 1 |
Number of Stars | 2 |
The Trello MCP Server connects Trello to AI assistants, letting you automate project management by listing boards, managing cards, adding comments, and more—directly from AI-powered interfaces like FlowHunt, Claude Desktop, and Copilot Chat.
Supported operations include listing all boards, reading board lists and cards, creating new cards, moving cards between lists, adding comments, and archiving cards.
Store your Trello API Key and Token in the configuration’s 'env' section as environment variables, never hardcoding them directly in your source code.
Yes! Add the MCP component in your FlowHunt flow, configure it with your Trello MCP server details, and your AI agent will gain access to Trello tools and resources.
Prompt templates and advanced sampling are not documented in the current repository version.
Use cases include automating project and task management, summarizing meeting notes into actionable cards, enhancing collaboration, and enabling AI-driven board analysis and suggestions—all from within your AI assistant or FlowHunt flows.
Automate your Trello workflows by connecting your boards to AI assistants with FlowHunt’s Trello MCP Server integration.
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
The Twilio MCP Server bridges AI assistants with Twilio’s APIs, enabling automated SMS, calls, and resource management within FlowHunt and other AI-driven workf...