MCP Server
MCP
io.github.delorenj/mcp-server-trello
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
Install
npx -y @delorenj/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@delorenj/mcp-server-trello",
"version": "1.8.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Trello API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TRELLO_API_KEY"
},
{
"description": "Your Trello token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TRELLO_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment