Trello MCP Server (TypeScript)
@MCP-Mirror
About Trello MCP Server (TypeScript)
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"trello-ts": {
"command": "node",
"args": [
"/path/to/mcp-server-ts-trello/build/index.js"
],
"env": {
"TRELLO_API_KEY": "",
"TRELLO_TOKEN": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Trello MCP Server (TypeScript)?
A TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration. It provides tools for AI assistants (such as Cline) to interact with Trello boards, lists, and cards via the Trello API.
Key features of Trello MCP Server (TypeScript)
- Full Trello API integration through MCP tools
- Asynchronous, type‑safe TypeScript implementation
- Environment‑based configuration (API key and token)
- Comprehensive error handling for API issues
- Build and run via Make commands
Use cases of Trello MCP Server (TypeScript)
- List all Trello boards for the authenticated user
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
26.0K
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
15.9K
Awesome Mlops
visengerA curated list of references for MLOps
14.0K
Nginx UI
0xJackyYet another WebUI for Nginx
11.3K
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
7.0K
Comments