Skip to main content
The Model Context Protocol (MCP) is an open standard that lets AI tools interact with external services. Trilo’s MCP server gives your AI coding assistant direct access to your workspace — create tasks, read pages, send messages, and more without leaving your editor.

What You Can Do

Once connected, your AI tool can interact with your entire Trilo workspace:

Supported AI Clients

Choose your AI tool to get started:

Claude Code

Anthropic’s CLI tool. Supports OAuth and PAT authentication.

Claude Desktop

Anthropic’s desktop app. Supports OAuth and PAT authentication.

Cursor

AI-powered editor. Configure via Settings UI or config file.

Windsurf

AI-powered editor. Configure via Settings UI or config file.

Google Antigravity

Google’s AI coding agent. Configure via MCP Store.

Other Clients

Any MCP-compatible tool using HTTP transport.

Authentication

Trilo supports two authentication methods for MCP connections:
Use OAuth when available. It’s more secure (no token to manage) and easier to set up. Claude Code and Claude Desktop both support OAuth natively.

Token Scopes

When creating a PAT, you choose which scopes to grant:
For most development workflows, mcp:read and mcp:write together provide full access to all tools. Use mcp:read alone if you only want your AI tool to read data without making changes.

Next Steps

Tools Reference

Browse all 40+ available MCP tools.