{"id":27004051,"url":"https://github.com/m0xai/trello-mcp-server","last_synced_at":"2025-04-04T06:01:25.831Z","repository":{"id":285778662,"uuid":"959274950","full_name":"m0xai/trello-mcp-server","owner":"m0xai","description":"A simple yet powerful MCP server for Trello. ","archived":false,"fork":false,"pushed_at":"2025-04-02T21:12:16.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T21:22:18.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m0xai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-02T14:25:29.000Z","updated_at":"2025-04-02T21:12:19.000Z","dependencies_parsed_at":"2025-04-02T21:22:19.511Z","dependency_job_id":null,"html_url":"https://github.com/m0xai/trello-mcp-server","commit_stats":null,"previous_names":["m0xai/trello-mcp","m0xai/trello-mcp-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0xai%2Ftrello-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0xai%2Ftrello-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0xai%2Ftrello-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0xai%2Ftrello-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m0xai","download_url":"https://codeload.github.com/m0xai/trello-mcp-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128747,"owners_count":20888235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-04T06:01:16.752Z","updated_at":"2025-04-04T06:01:25.824Z","avatar_url":"https://github.com/m0xai.png","language":"Python","funding_links":[],"categories":["Productivity","Community Servers","Task and Project Management","Communication","📦 Other","Productivity \u0026 Workflow"],"sub_categories":["Project Management"],"readme":"# Trello MCP Server\n\nA powerful MCP server for interacting with Trello boards, lists, and cards via AI Hosts.\n\n## Table of Contents\n- [Table of Contents](#table-of-contents)\n- [Prerequisites](#prerequisites)\n- [Pre-installation](#pre-installation)\n- [Installation](#installation)\n- [Capabilities](#capabilities)\n- [Detailed Capabilities](#detailed-capabilities)\n    - [Board Operations](#board-operations)\n    - [List Operations](#list-operations)\n    - [Card Operations](#card-operations)\n- [Usage](#usage)\n- [Troubleshooting](#troubleshooting)\n- [Contributing](#contributing)\n\n\n## Prerequisites\n\n1. Python 3.12 or higher, can easly managed by `uv`\n2. [Claude for Desktop](https://claude.ai/download) installed\n3. Trello account and API credentials\n4. [uv](https://github.com/astral-sh/uv) package manager installed\n\n## Pre-installation\n1. Make sure you have installed Claude Desktop App\n2. Make sure you have already logged in with your account into Claude.\n3. Start Claude\n\n## Installation\n\n\n\n1. Set up Trello API credentials:\n   - Go to [Trello Apps Administration](https://trello.com/power-ups/admin)\n   - Create a new integration at [New Power-Up or Integration](https://trello.com/power-ups/admin/new)\n   - Fill in your information (you can leave the Iframe connector URL empty) and make sure to select the correct Workspace\n   - Click your app's icon and navigate to \"API key\" from left sidebar. \n   - Copy your \"API key\" and on the right side: \"you can manually generate a Token.\" click the word token to get your Trello Token.\n\n2. Rename the `.env.example` file in the project root with `.env` and set vairables you just got:\n```bash\nTRELLO_API_KEY=your_api_key_here\nTRELLO_TOKEN=your_token_here\n```\n\n3. Install uv if you haven't already:\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n4. Clone this repository:\n```bash\ngit clone https://github.com/m0xai/trello-mcp-server.git\ncd trello-mcp-server\n```\n\n5. Install dependencies and set server for Claude using uv::\n```bash\nuv run mcp install main.py\n```\n\n6. Restart Claude Desktop app\n\n## Capabilities\n\n| Operation | Board | List | Card |\n|-----------|-------|------|------|\n| Read      | ✅    | ✅    | ✅   |\n| Write     | ❌    | ✅    | ✅   |\n| Update    | ❌    | ✅    | ✅   |\n| Delete    | ❌    | ✅    | ✅   |\n\n### Detailed Capabilities\n\n#### Board Operations\n- ✅ Read all boards\n- ✅ Read specific board details\n\n#### List Operations\n- ✅ Read all lists in a board\n- ✅ Read specific list details\n- ✅ Create new lists\n- ✅ Update list name\n- ✅ Archive (delete) lists\n\n#### Card Operations\n- ✅ Read all cards in a list\n- ✅ Read specific card details\n- ✅ Create new cards\n- ✅ Update card attributes\n- ✅ Delete cards\n\n## Usage\n\nOnce installed, you can interact with your Trello boards through Claude. Here are some example queries:\n\n- \"Show me all my boards\"\n- \"What lists are in board [board_name]?\"\n- \"Create a new card in list [list_name] with title [title]\"\n- \"Update the description of card [card_name]\"\n- \"Archive the list [list_name]\"\n\n## Troubleshooting\n\nIf you encounter issues:\n\n1. Verify your Trello API credentials in the `.env` file\n2. Check that you have proper permissions in your Trello workspace\n3. Ensure Claude for Desktop is running the latest version\n4. Check the logs for any error messages with `uv run mcp dev main.py` command.\n5. Make sure uv is properly installed and in your PATH\n\n## Contributing\n\nFeel free to submit issues and enhancement requests!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0xai%2Ftrello-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0xai%2Ftrello-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0xai%2Ftrello-mcp-server/lists"}