RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.mcp-z/mcp-gmail · v1.0.10
Gmail integration with OAuth authentication, message search, batch operations, and Sheets export
Gmail 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-gmail": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-gmail"
],
"env": {
"GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>"
}
}
}
}GOOGLE_CLIENT_ID必填Google OAuth client ID (required for OAuth authentication modes)
GOOGLE_CLIENT_SECRET可选secretGoogle OAuth client secret (optional for public clients)
GOOGLE_SERVICE_ACCOUNT_KEY_FILE可选Path to service account JSON key file (required for service-account auth mode)
AUTH_MODE可选Authentication mode
HEADLESS可选Disable browser auto-open, return auth URL instead (true/false)
REDIRECT_URI可选OAuth redirect URI (optional, default: ephemeral loopback)
RESOURCE_STORE_URI可选Resource store URI for CSV export files (file://)
PORT可选HTTP server port (overrides --port)
BASE_URL可选Base URL for HTTP transport (used for OAuth/DCR endpoints and file links)
LOG_LEVEL可选Logging level
GOOGLE_CLIENT_ID必填Google OAuth client ID (required for OAuth authentication modes)
GOOGLE_CLIENT_SECRET可选secretGoogle OAuth client secret (optional for public clients)
GOOGLE_SERVICE_ACCOUNT_KEY_FILE可选Path to service account JSON key file (required for service-account auth mode)
AUTH_MODE可选Authentication mode
HEADLESS可选Disable browser auto-open, return auth URL instead (true/false)
REDIRECT_URI可选OAuth redirect URI (optional, default: ephemeral loopback)
DCR_MODE可选Dynamic Client Registration mode
DCR_VERIFY_URL可选External verification endpoint URL (required for external DCR mode)
DCR_STORE_URI可选DCR client storage URI (for self-hosted DCR mode)
RESOURCE_STORE_URI可选Resource store URI for CSV export files (file://)
PORT可选HTTP server port (overrides --port)
BASE_URL可选Base URL for HTTP transport (used for OAuth/DCR endpoints and file links)
LOG_LEVEL可选Logging level
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.mcp-z/mcp-gmail",
"type": "mcp-server",
"version": "1.0.10",
"displayName": "Gmail",
"description": "Gmail integration with OAuth authentication, message search, batch operations, and Sheets export",
"homepage": "https://github.com/mcp-z/mcp-gmail#readme",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@mcp-z/mcp-gmail",
"version": "1.0.10",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "GOOGLE_CLIENT_ID",
"description": "Google OAuth client ID (required for OAuth authentication modes)",
"isRequired": true
},
{
"name": "GOOGLE_CLIENT_SECRET",
"description": "Google OAuth client secret (optional for public clients)",
"isSecret": true
},
{
"name": "GOOGLE_SERVICE_ACCOUNT_KEY_FILE",
"description": "Path to service account JSON key file (required for service-account auth mode)"
},
{
"name": "AUTH_MODE",
"description": "Authentication mode"
},
{
"name": "HEADLESS",
"description": "Disable browser auto-open, return auth URL instead (true/false)"
},
{
"name": "REDIRECT_URI",
"description": "OAuth redirect URI (optional, default: ephemeral loopback)"
},
{
"name": "RESOURCE_STORE_URI",
"description": "Resource store URI for CSV export files (file://)"
},
{
"name": "PORT",
"description": "HTTP server port (overrides --port)"
},
{
"name": "BASE_URL",
"description": "Base URL for HTTP transport (used for OAuth/DCR endpoints and file links)"
},
{
"name": "LOG_LEVEL",
"description": "Logging level"
}
]
},
{
"registryType": "npm",
"identifier": "@mcp-z/mcp-gmail",
"version": "1.0.10",
"runtimeHint": "npx",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "GOOGLE_CLIENT_ID",
"description": "Google OAuth client ID (required for OAuth authentication modes)",
"isRequired": true
},
{
"name": "GOOGLE_CLIENT_SECRET",
"description": "Google OAuth client secret (optional for public clients)",
"isSecret": true
},
{
"name": "GOOGLE_SERVICE_ACCOUNT_KEY_FILE",
"description": "Path to service account JSON key file (required for service-account auth mode)"
},
{
"name": "AUTH_MODE",
"description": "Authentication mode"
},
{
"name": "HEADLESS",
"description": "Disable browser auto-open, return auth URL instead (true/false)"
},
{
"name": "REDIRECT_URI",
"description": "OAuth redirect URI (optional, default: ephemeral loopback)"
},
{
"name": "DCR_MODE",
"description": "Dynamic Client Registration mode"
},
{
"name": "DCR_VERIFY_URL",
"description": "External verification endpoint URL (required for external DCR mode)"
},
{
"name": "DCR_STORE_URI",
"description": "DCR client storage URI (for self-hosted DCR mode)"
},
{
"name": "RESOURCE_STORE_URI",
"description": "Resource store URI for CSV export files (file://)"
},
{
"name": "PORT",
"description": "HTTP server port (overrides --port)"
},
{
"name": "BASE_URL",
"description": "Base URL for HTTP transport (used for OAuth/DCR endpoints and file links)"
},
{
"name": "LOG_LEVEL",
"description": "Logging level"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mcp-z/mcp-gmail",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mcp-z%2Fmcp-gmail/versions/latest",
"isOfficial": true,
"status": "active"
}
}