Trello MCP Server✓
io.github.Jimdrews/fastmcp-trello · v0.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Jimdrews/fastmcp-trello",
"description": "Manage Trello boards, lists, and cards from any MCP-compatible AI assistant",
"title": "Trello MCP Server",
"repository": {
"url": "https://github.com/Jimdrews/fastmcp-trello",
"source": "github"
},
"version": "0.5.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}