streamable-httpupdated 0y ago
MintMCP is a product from the Lutra team; we create tools to help connect AI to data and apps. The MCP servers here from MintMCP make it easy to connect your favorite AI agent (Claude, Cursor, Windsurf, ChatGPT) to email and calendar apps.
O que dá para fazer com gmail?
MintMCP
MintMCP is a product from the Lutra team; we create tools to help connect AI to data and apps. The MCP servers here from MintMCP make it easy to connect your favorite AI agent (Claude, Cursor, Windsurf, ChatGPT) to email and calendar apps.
When you connect to one of our servers, you will be asked to login using either your Google or Microsoft accounts, and it directly gets you access to all the tools below.
MCP Servers Available
Google Calendar
- Server URL:
https://gcal.mintmcp.com/mcp - Tools:
- create_event
- delete_event
- get_calendar_events
- get_next_availability
- list_calendars
- update_event
Configuration:
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": [
"mcp-remote",
"https://gcal.mintmcp.com/mcp"
]
}
}
}
Gmail
- Server URL:
https://gmail.mintmcp.com/mcp - Tools:
- draft_email
- draft_reply
- get_email
- search_email
- send_draft
Configuration:
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"mcp-remote",
"https://gmail.mintmcp.com/mcp"
]
}
}
}
Outlook Calendar
Manage event listing, reading, and updates.
- Server URL:
https://outlook-calendar.mintmcp.com/mcp - Tools:
- create_event
- delete_event
- get_calendar_events
- get_next_availability
- list_calendars
- update_event
Configuration:
{
"mcpServers": {
"outlook-calendar": {
"command": "npx",
"args": [
"mcp-remote",
"https://outlook-calendar.mintmcp.com/mcp"
]
}
}
}
Outlook
Search, read, and draft emails and replies.
- Server URL:
https://outlook-email.mintmcp.com/mcp - Tools:
- draft_email
- draft_reply
- get_email
- search_email
- send_email
Configuration:
{
"mcpServers": {
"outlook-email": {
"command": "npx",
"args": [
"mcp-remote",
"https://outlook-email.mintmcp.com/mcp"
]
}
}
}
MCP Gateway
For teams using MCP servers, managing authentication, monitoring, and configuration across multiple servers becomes operationally complex. It can be hard to understand which MCP servers your team is using, how they are using it, and whether the servers are secure. MCP gateways help by providing a control plane for your organization which give you the telemetry and governance you need. Learn more at https://mintmcp.com
Instalação
Adicione gmail ao seu cliente. Escolha o que você usa.
claude mcp add --transport http gmail https://gmail.mintmcp.com/mcpcodex mcp add gmail --url https://gmail.mintmcp.com/mcp{
"mcpServers": {
"gmail": {
"url": "https://gmail.mintmcp.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"gmail": {
"type": "http",
"url": "https://gmail.mintmcp.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"gmail": {
"url": "https://gmail.mintmcp.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gmail": {
"serverUrl": "https://gmail.mintmcp.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção15/25
- Confiança9/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 356 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.5Mais recente | 9 de set. de 2025 |
| 1.0.4 | 9 de set. de 2025 |
| 1.0.3 | 9 de set. de 2025 |
| 1.0.1 | 9 de set. de 2025 |
| 1.0.0 | 9 de set. de 2025 |