server-trello-mcp

server-trello-mcp

0

The MCP Server Trello is a server that enables seamless integration with Trello boards through the Trello API, providing tools for board activities while automatically handling rate limiting and type safety. It is written in TypeScript with comprehensive type definitions and error handling features.

MCP Server Trello

A Model Context Protocol (MCP) server providing integration with Trello boards.

Features

  • Full Trello Board Integration
  • Built-in Rate Limiting
  • Type-Safe Implementation
  • Input Validation
  • Error Handling

Installation

Use npm to install.

Configuration

Add server settings and environment variables for API Key, Token, Board ID.

Available Tools

  • Get cards by list ID
  • Get lists
  • Get recent activity
  • Add card to list
  • Update card details
  • Archive card
  • Add list to board
  • Archive list
  • Get my cards

Rate Limiting

Automatic handling to comply with Trello's API limits.

Error Handling

Provides detailed error messages for various scenarios.

Development

Setup instructions for cloning, installing dependencies, and building.

Contributing

Welcomes contributions, see Contributing Guide.

License

MIT License.

Acknowledgments

Built with Model Context Protocol SDK, uses Trello REST API.