-
Notifications
You must be signed in to change notification settings - Fork 66
Description
I am using this mcp (which I find to be the richest Trello MCP in terms of tools - keep doing the great work!) in Claude Desktop.
I integrated it using bun:
json "trello-myproject": { "command": "bunx", "args": ["@delorenj/mcp-server-trello"], "env": { "TRELLO_API_KEY": "REDACTED", "TRELLO_TOKEN": "REDACTED" } }
However, when running claude with this MCP, the MCP fails to load and I get this message in the logs:
2025-09-23T08:33:45.271Z [trello-myproject] [info] Initializing server... { metadata: undefined } 2025-09-23T08:33:45.330Z [trello-myproject] [info] Using MCP server command: C:\Users\username\.bun\bin\bunx.exe with args and path: { metadata: { args: [ '@delorenj/mcp-server-trello', [length]: 1 ], paths: [ 'ALLMYPATHS REDACTED' [length]: 55 ] } } %o 2025-09-23T08:33:45.334Z [trello-myproject] [info] Server started and connected successfully { metadata: undefined } 2025-09-23T08:33:45.345Z [trello-myproject] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0} { metadata: undefined } Resolving dependencies Resolved, downloaded and extracted [2] Saved lockfile error: could not determine executable to run for package @delorenj/mcp-server-trello 2025-09-23T08:34:07.226Z [trello-myproject] [info] Server transport closed { metadata: undefined } 2025-09-23T08:34:07.226Z [trello-myproject] [info] Client transport closed { metadata: undefined } 2025-09-23T08:34:07.226Z [trello-myproject] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e.console.error('...')in JavaScript,print('...', file=sys.stderr)in python) and it will appear in this log. { metadata: undefined } 2025-09-23T08:34:07.227Z [trello-myproject] [error] Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging) { metadata: { context: 'connection', stack: undefined } } 2025-09-23T08:34:07.227Z [trello-myproject] [info] Client transport closed { metadata: undefined }
It's a shame as it is a blocker: I cannot use this MCP anymore (unless I can find a workable commit)...