MCP server intelligence profile

Trello MCP Lite MCP Server

Enables interaction with Trello through direct API passthrough with multi-account support, allowing users to manage boards, lists, cards, and comments across multiple Trello accounts simultaneously with intelligent aggregation of read operations

Local Onlysjalq
Awaiting current scanNpm · 1.0.3

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @sjalq/trello-mcp-lite from npm

Version 1.0.3 declares 1 executable entrypoint.

npm install --save-exact @sjalq/trello-mcp-lite@1.0.3
npx -y -p @sjalq/trello-mcp-lite@1.0.3 @sjalq/trello-mcp-lite
MCP client configuration example
{
  "mcpServers": {
    "@sjalq/trello-mcp-lite": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@sjalq/trello-mcp-lite@1.0.3",
        "@sjalq/trello-mcp-lite"
      ]
    }
  }
}

Identity

Canonical slugtrello-mcp-lite-b2fafaefDeploymentLocal Only
Canonical packagenpm:@sjalq/trello-mcp-liteRepositorysjalq/trello-mcp-lite
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@sjalq/trello-mcp-lite1.0.31Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@sjalq/trello-mcp-lite1.0.3CurrentSep 5, 20262 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
trello-mcp-liteServer-reported name
1Capability groups
Aug 23, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
manage_tokensManage Trello account credentials (stored in ~/.trello-mcp-lite/tokens.json). **ADD ACCOUNT**: { "operation": "add", "name": "work", "apiKey": "your_key", "token": "your_token" } **REMOVE ACCOUNT**: { "operation": "remove", "name": "work" } **LIST ACCOUNTS**: { "operation": "list" } **GET YOUR CREDENTIALS**: 1. API Key: https://trello.com/app-key 2. Token: Click "Token" link on that same page to authorize Each account needs its own apiKey and token pair.
Input schema
{
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "enum": [
        "add",
        "remove",
        "list"
      ],
      "description": "Operation to perform"
    },
    "name": {
      "type": "string",
      "description": "Account name (required for add/remove)"
    },
    "apiKey": {
      "type": "string",
      "description": "Trello API key (required for add)"
    },
    "token": {
      "type": "string",
      "description": "Trello token (required for add)"
    }
  },
  "required": [
    "operation"
  ]
}
trello_apiMulti-account Trello API passthrough with intelligent aggregation. **AUTHENTICATION**: Use manage_tokens tool first to add your Trello accounts. **COMMON OPERATIONS** (80/20 rule - most used endpoints): 📋 LIST BOARDS (aggregates all accounts): { "endpoint": "/members/me/boards", "method": "GET" } 📝 LIST CARDS IN LIST: { "endpoint": "/lists/{listId}/cards", "method": "GET", "account": "work" } ➕ CREATE CARD: { "endpoint": "/cards", "method": "POST", "account": "personal", "body": { "name": "Task", "idList": "list_id", "desc": "Description" } } ✏️ UPDATE CARD: { "endpoint": "/cards/{cardId}", "method": "PUT", "account": "work", "body": { "name": "New name", "desc": "New description" } } 📌 MOVE CARD TO LIST: { "endpoint": "/cards/{cardId}", "method": "PUT", "body": { "idList": "new_list_id" } } ✅ CLOSE CARD: { "endpoint": "/cards/{cardId}", "method": "PUT", "body": { "closed": true } } 📑 GET LISTS ON BOARD: { "endpoint": "/boards/{boardId}/lists", "method": "GET" } 💬 ADD COMMENT: { "endpoint": "/cards/{cardId}/actions/comments", "method": "POST", "query": { "text": "Comment text" } } **MULTI-ACCOUNT**: Omit 'account' parameter to query ALL accounts (read operations only). **RESPONSE**: { status: number, ok: boolean, data: object|array } Full API docs: https://developer.trello.com/reference
Input schema
{
  "type": "object",
  "properties": {
    "endpoint": {
      "type": "string",
      "description": "API endpoint (e.g., /boards/{id}/lists, /cards/{id})"
    },
    "method": {
      "type": "string",
      "enum": [
        "GET",
        "POST",
        "PUT",
        "DELETE"
      ],
      "description": "HTTP method"
    },
    "account": {
      "type": "string",
      "description": "Optional: specific account name. Omit to aggregate all accounts (read operations)"
    },
    "query": {
      "type": "object",
      "description": "Optional: query parameters (e.g., {filter: 'open', fields: 'name,desc'})"
    },
    "body": {
      "type": "object",
      "description": "Optional: request body for POST/PUT/DELETE"
    }
  },
  "required": [
    "endpoint",
    "method"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Trello MCP Lite MCP Server questions

How do I install Trello MCP Lite MCP Server?

Install the selected package version with: npm install --save-exact @sjalq/trello-mcp-lite@1.0.3

What tools does Trello MCP Lite MCP Server provide?

Trello MCP Lite MCP Server exposed 2 tools during independent protocol observation, including manage_tokens, trello_api.

Is Trello MCP Lite MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Atlassian intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.