The Trello MCP server allows AI agents to interact with Trello boards, lists, and cards. It provides tools to create, update, and delete Trello items, as well as manage board memberships. It connects to the Trello API, enabling agents to automate project management tasks. Developers use it to build AI-driven project management tools, automate workflows, and integrate Trello with other applications.
The Trello MCP server allows AI agents to interact with Trello boards, lists, and cards. It provides tools to create, update, and delete Trello items, as well as manage board memberships. It connects to the Trello API, enabling agents to automate project management tasks. Developers use it to build AI-driven project management tools, automate workflows, and integrate Trello with other applications.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"trello-smithery": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trello-smithery"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Trello?"
API Key Required
This server requires an API key from Trello. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| TRELLO_API_KEY | Yes | Your Trello API key |
"What resources are available in Trello?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Trello"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Trello with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.