Mcp Gmail Gas MCP Server

v1.0.0Communicationstable

Gmail内で指定したクエリに一致するメールを検索します。 queryパラメータはGmailの検索クエリ形式で指定します。 例: 'subject:Meeting newer_than:1d' 結果はJSONで返り、メール一覧(件名、messageIdなど)を含みます。

communication
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Gmail内で指定したクエリに一致するメールを検索します。 queryパラメータはGmailの検索クエリ形式で指定します。 例: 'subject:Meeting newer_than:1d' 結果はJSONで返り、メール一覧(件名、messageIdなど)を含みます。

Features

  • gmail_search_messages
  • gmail_get_message
  • gmail_download_attachment

Use Cases

Gmail内で指定したクエリに一致するメールを検索します。 queryパラメータはGmailの検索クエリ形式で指定します。 例: 'subject:Meeting newer_than:1d' 結果はJSONで返り、メール一覧(件名、messageIdなど)を含みます。
指定したmessageIdのメール本文と詳細を取得します。 引数: messageId (GmailのメッセージID)
指定したmessageIdとattachmentIdで添付ファイルを取得します。 ファイルはDownloadsフォルダに保存されます。 attachmentIdはattachmentsの各attachmentのnameでありファイル名となることが多いです(invoice.pdfなど)。 引数: - messageId: メッセージID(必須) - attachmentId: 添付ファイルID(必須) - outputFilename: 保存時のファイル名(オプション)
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @kazuph/mcp-gmail-gas

Manual Installation

npx -y @kazuph/mcp-gmail-gas

Examples

Basic Configuration

Configure Mcp Gmail Gas MCP Server

npx -y @kazuph/mcp-gmail-gas

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Communication MCP Servers

Explore other servers in the Communication category.

Quick Config Preview

{ "mcpServers": { "mcp-gmail-gas": { "command": "npx", "args": ["-y", "@kazuph/mcp-gmail-gas"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mcp Gmail Gas MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides