mcp-server-trello and mcp-toggl
These tools are complements; one provides Trello integration for project management, while the other offers Toggl Track integration for time tracking, both using the Model Context Protocol.
About mcp-server-trello
delorenj/mcp-server-trello
A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards.
Built in TypeScript with automatic rate limiting (respects Trello's 300/10s per API key and 100/10s per token thresholds), this server enables comprehensive board operations including card data extraction with checklists, attachments, labels, and comments, plus file attachment uploads from URLs. Runs on the Bun runtime for 2.8-4.4x performance improvement while maintaining backward compatibility with `npx` and `npm`, and supports dynamic board/workspace switching without server restarts via persistent configuration.
About mcp-toggl
verygoodplugins/mcp-toggl
MCP server for Toggl Track integration with intelligent caching and reporting tools
Implements an LRU cache with configurable TTL and size limits to minimize Toggl API calls, achieving >95% cache hit rates while automatically hydrating time entries with project/workspace/client metadata. Designed as an MCP server for Claude Desktop and Cursor, it exposes tools for timer control, daily/weekly/project reporting, and workspace management with structured JSON output compatible with Automation Hub workflows. Uses Basic Auth with Toggl API tokens and includes automatic retry logic with exponential backoff to handle rate limiting.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work