Trello MCP Server
Provides read-only tools for accessing Trello boards, lists, cards, members, checklists, completed check items, and board activity through the Trello REST API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Trello MCP Servershow me the cards on my Marketing board"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Trello MCP server
This is a read-only first version of a FastMCP server backed by the Trello REST API.
Tools
list_boardsfind_boardlist_board_listslist_board_cardslist_list_cardsget_cardget_card_membersget_card_checklistsget_completed_check_itemsget_board_activity
The deployed server receives TRELLO_API_KEY and TRELLO_TOKEN from Google
Cloud Secret Manager through its Cloud Run configuration. These credentials
must not be stored in this repository or added to .env.example. MCP clients
only need the server URL and their Cloud Run authentication credentials.
Related MCP server: Trello MCP Server
Test the remote MCP server
The private Cloud Run service can be tested with the included client. It uses
your local gcloud auth print-identity-token credentials and does not access
the Trello secrets.
cp .env.example .env
# Set MCP_URL in .env to your deployed /mcp endpoint.
python client.py
python client.py list_boards
python client.py find_board \
--args-json '{"board_name":"project_architecture"}'The ignored .env file supplies MCP_URL. You can still use --url to test
another deployment. In an environment without gcloud, provide a short-lived
token through MCP_BEARER_TOKEN.
Run locally
Running the server itself locally still requires Trello credentials. Supply
them through your shell or a private, ignored .env file; never commit them.
pip install -e ".[dev]"
TRELLO_API_KEY=... TRELLO_TOKEN=... python server.pyThe HTTP MCP endpoint is available at http://localhost:8080/mcp.
For a local stdio client, use FastMCP's CLI against server.py or change the
mcp.run transport in the __main__ block to stdio.
Deploy on Cloud Run
Build and deploy from this directory. Cloud Run supplies PORT; the container
binds to 0.0.0.0 and exposes the MCP endpoint at /mcp.
The service should be protected with Cloud Run authentication or an MCP authentication layer before it is exposed publicly.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceThis is an MCP Server for Trello that enables interaction with Trello's API through natural language, allowing management of boards, cards, lists, and other Trello resources.
- AlicenseBqualityDmaintenanceAn MCP server for the Trello REST API that enables managing boards, lists, cards, labels, and checklists from any MCP-compatible client.282MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Trello that enables comprehensive management of boards, cards, lists, labels, checklists, attachments, members, custom fields, and search through natural language.46MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to read and update Trello boards, lists, cards, comments, and labels using Trello's official REST API.82ISC
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sofjenzri/trello_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server