MCP Server
MCP
Trello MCP Server
Manage Trello boards, lists, and cards from any MCP-compatible AI assistant
Install
uvx fastmcp-trello
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "fastmcp-trello",
"version": "0.5.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Trello API key from https://trello.com/power-ups/admin",
"isRequired": true,
"isSecret": true,
"name": "TRELLO_API_KEY"
},
{
"description": "Trello API token",
"isRequired": true,
"isSecret": true,
"name": "TRELLO_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment