Trello MCP Server

Created By
r123singha year ago
This is a Model Context Protocol (MCP) server for interacting with Trello API.
Overview

What is Trello MCP Server?

Trello MCP Server is a Model Context Protocol (MCP) server designed for seamless interaction with the Trello API, allowing users to manage their Trello boards and cards programmatically.

How to use Trello MCP Server?

To use the Trello MCP Server, follow these steps:

  1. Install the required dependencies using uv.
  2. Configure your environment variables in a .env file.
  3. Set up the MCP JSON configuration file to define the server commands and environment variables.
  4. Start the server using the MCP client configuration.

Key features of Trello MCP Server?

  • Retrieve all boards and their details.
  • Access lists and cards within boards.
  • Create, update, and move cards between lists.
  • Add comments to cards.
  • Optional integration with Notion for publishing.

Use cases of Trello MCP Server?

  1. Automating project management tasks in Trello.
  2. Integrating Trello with other applications like Notion.
  3. Building custom tools for team collaboration and task tracking.

FAQ from Trello MCP Server?

  • What programming language is Trello MCP Server built with?

Trello MCP Server is built using Python.

  • Is there a graphical user interface for Trello MCP Server?

No, it operates through a command-line interface and requires configuration via JSON and environment variables.

  • Can I use Trello MCP Server without Notion integration?

Yes, Notion integration is optional and can be skipped during setup.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
r123singh
Star
0
Language
Python
License
-

Recommend Servers

View All
Mailopoly

3 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

a day ago
PDFGate
@pdfgate

4 hours ago