mcp-server-trello and mcp-time
These two tools are complements because one provides an MCP server for time and date manipulation, while the other provides an MCP server for interacting with Trello boards, suggesting they could be used together within a larger MCP-based time-tracking system where time entries are managed via Trello.
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-time
TheoBrigitte/mcp-time
MCP (Model Context Protocol) server which provides utilities to work with time and dates, with natural language, multiple formats and timezone convertion capabilities
Built in Go with stdio and HTTP stream transport support, enabling integration across multiple MCP clients including Cursor and Claude Desktop. Provides tools for parsing natural language time expressions, comparing times across timezones, and applying duration arithmetic—all exposed through a standardized MCP interface. Available as pre-built binaries, Docker containers, or npm packages for flexible deployment options.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work