marouanemkm/gmail-mcp-server
3.2
If you are the rightful owner of gmail-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A unified Model Context Protocol (MCP) server that provides AI agents with read and write access to Gmail and PostgreSQL databases.
Tools
Functions exposed to the LLM to take actions
gmail_list_emails
List emails from inbox with optional filters.
gmail_read_email
Read a specific email by message ID.
gmail_send_email
Send an email.
gmail_get_labels
Get all Gmail labels.
postgres_query
Execute SELECT queries (read-only).
postgres_execute
Execute write operations (INSERT, UPDATE, DELETE).
postgres_get_tables
List all tables in the database.
postgres_get_table_schema
Get schema information for a table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client