Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gmail MCP Server (Powered by LIAM)Find any unread emails from my boss about the project update."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LIAM Gmail MCP
Provided by LIAM (doitliam.com). This MCP server gives Gmail access using LIAM OAuth and Dedalus DAuth.
Hosted on Dedalus: sintem/gmail-mcp
Auth Flow (DAuth + LIAM OAuth)
Client connects to the MCP server on Dedalus.
Dedalus DAuth handles MCP authorization; if the Gmail connection is not yet authorized, the client receives a
connect_urlto start OAuth.User completes LIAM OAuth (and Google consent) in the browser.
Dedalus AS stores the LIAM OAuth access token and issues a JWT containing connection handles (
ddls:connections).The MCP server uses Dedalus dispatch + the connection handle to call the Gmail API.
Tools
Tool | Description |
| Get Gmail profile (email, message/thread counts) |
| List messages with optional Gmail query |
| Get a specific message by ID |
| Send an email |
| Move a message to trash |
| Remove a message from trash |
| Add/remove labels on a message |
| List email threads |
| Get a specific thread by ID |
| Move a thread to trash |
| Remove a thread from trash |
| Add/remove labels on a thread |
| List all labels |
| Get label details by ID |
| Create a new label |
| Delete a user label |
| List drafts |
| Get a draft by ID |
| Create a draft |
| Send a draft |
| Delete a draft |
| Get a message attachment |
Smoke tools (debug):
Tool | Description |
| Echo input (sanity check) |
| Server info (sanity check) |
Gmail Query Syntax
Combine: from:boss@company.com is:unread has:attachment
Setup
1. Environment
Create .env:
2. Install
3. Deploy to Dedalus
4. Test locally
OAuth (recommended, uses DAuth + LIAM OAuth):
Manual LIAM token (advanced/testing only):
Project Structure
License
MIT