All MCP servers

Mcp Server Trello

Official
by Api.Airforcestdio0381MIT

MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-server-trello-imp229ef": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}