Trilo
chat.trilo/mcp
Documentation
Installation
Add the remote MCP server at https://api.trilo.chat/mcp in a client that supports HTTP MCP transports.
Claude Code example:
claude mcp add --transport http --scope user trilo https://api.trilo.chat/mcp
Authentication
Use OAuth where supported, or a Personal Access Token (PAT) passed as a Bearer token. Trilo docs note PAT scopes mcp:read, mcp:write, and mcp:admin.
Configuration
Optional query parameters:
workspace_idto limit the server to one workspaceread_only=trueto force read-only mode
Capabilities
Tools cover workspaces, areas, projects, tasks, messages, pages, members, calendar events, meetings, knowledge base resources, spreadsheets, and project members.
Limitations
Use the exact URL https://api.trilo.chat/mcp with no trailing slash. PATs should start with trilo_pat_. Claude Code OAuth sessions can expire after 30 minutes of inactivity.
