Skip to main content
Glama
607,444 tools. Updated 2026-09-24 16:54

"Instructions for accessing Gmail messages programmatically using a cursor" matching MCP tools:

  • Fetch Telegram updates since a saved cursor to retrieve new messages, deleted messages, and other events. Use the returned cursor to continue; if updates remain, call again for the next batch.
    MIT
  • Get step-by-step instructions to add an agent email as a Gmail 'Send mail as' alias, including the Gmail settings URL and exact field values. Required after domain mode setup for correct From address.
    MIT
  • Search any Gmail account using Gmail query syntax to filter messages, returning summaries with IDs for subsequent retrieval or actions.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables fuzzy search and browsing of Apple Messages (iMessage/SMS) with contact resolution, filtering by sender or date, and context display through CLI, MCP, or Claude Code plugin.
    285 npm
    20
    MIT

Matching MCP Connectors

  • Gmail MCP Pack

  • gmailOAuth

    A MCP server for Gmail that lets you search, read, and draft emails and replies.

  • Search Gmail messages using Gmail query syntax, retrieving message IDs and a nextPageToken for pagination so you can programmatically find emails.
    Apache 2.0
  • Send direct messages to Twitter users programmatically by providing their user ID or username and the message text.
    MIT
  • Poll, read, and acknowledge messages from a shared inbox for Cursor agents to coordinate and exchange information without network dependencies.
    MIT
  • Wait for new messages within a timeout, using a cursor to avoid missing messages between calls. Optionally filter for direct messages, mentions, and replies addressed to you.
    MIT
  • Sync Gmail emails into memory for search, using IMAP checkpointing to avoid re-ingesting duplicates.
    MIT
  • Search Gmail for messages matching a query and list attachment name, type, and size for a GitHub commit. Optionally disable requireAttachment to find body-only messages.
    MIT
  • Retrieve the authenticated user's Gmail profile details including email address, total messages, threads, and history ID.
    MIT
  • Remove a custom Gmail label using its ID. The label is stripped from all messages, but the messages themselves remain intact. System labels are excluded.
    MIT
    Destructive
  • Identify unread Gmail threads requiring a reply while filtering out newsletters. Focus on personal messages that need your response.
    Apache 2.0
  • Search Gmail messages using Gmail's search syntax and filters like labels, unread status, or attachments. Get lightweight summaries with sender, subject, snippet, and date for quick review.
    MIT