Skip to main content
Glama
huckncatch

mailmate-mcp

by huckncatch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_messages_toolA

Search MailMate messages by query string and/or tag.

query and tag are both optional — omit query to list all messages with a given tag, or omit tag to search by text only. Use list_tags to see available tags.

Returns a list of matching messages with subject, from, to, date, mailbox, tags, and message_url for each.

get_messageA

Get full details of a specific email by its message:// URL.

Returns headers, metadata, tags, and optionally the body.

list_mailboxesA

List all mailboxes across all configured MailMate accounts.

Returns account name, mailbox path, and message count for each.

get_message_linkA

Get the message:// link for a message and open it in MailMate.

The returned URL can be pasted into any app to jump directly to the message in MailMate (same as Edit > Copy as Link).

open_message_in_mailmateA

Open a specific message in MailMate by its message:// URL.

Activates MailMate and navigates to the message.

move_messageA

Move a message to a different mailbox.

MailMate performs the actual IMAP MOVE, so the message will be moved on the server as well. Provide the 'path' from list_mailboxes or just a mailbox name — if a name is given, the first matching mailbox across all accounts is used.

tag_messageA

Add or remove tags on a message.

Tags are stored as IMAP Keywords headers and synced to the server. MailMate will pick up the change on next access.

Use list_tags to see what tags are defined in MailMate.

list_tagsA

List all tags defined in MailMate.

Tags correspond to IMAP keywords and are configured in MailMate > Preferences > Tags.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/huckncatch/mailmate-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server