MintMCP 是由 Lutra 团队推出的产品;我们创建工具来帮助连接 AI 到数据和应用程序。来自 MintMCP 的 MCP 服务器使得将您喜爱的 AI 代理(如 Claude、Cursor、Windsurf、ChatGPT)连接到电子邮件和日历应用变得简单。
当您连接到我们的一个服务器时,系统会要求您使用 Google 或 Microsoft 账户登录,并直接为您提供访问以下所有工具的权限。
https://gcal.mintmcp.com/mcp配置:
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": [
"mcp-remote",
"https://gcal.mintmcp.com/mcp"
]
}
}
}
https://gmail.mintmcp.com/mcp配置:
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"mcp-remote",
"https://gmail.mintmcp.com/mcp"
]
}
}
}
管理事件列表、阅读和更新。
https://outlook-calendar.mintmcp.com/mcp配置:
{
"mcpServers": {
"outlook-calendar": {
"command": "npx",
"args": [
"mcp-remote",
"https://outlook-calendar.mintmcp.com/mcp"
]
}
}
}
搜索、阅读和草稿邮件及回复。
https://outlook-email.mintmcp.com/mcp配置:
{
"mcpServers": {
"outlook-email": {
"command": "npx",
"args": [
"mcp-remote",
"https://outlook-email.mintmcp.com/mcp"
]
}
}
}
对于使用 MCP 服务器的团队来说,管理身份验证、监控和跨多个服务器的配置变得操作复杂。很难理解您的团队正在使用哪些 MCP 服务器,它们是如何使用的,以及这些服务器是否安全。MCP 网关通过提供组织控制平面来帮助解决这些问题,这可以为您提供所需的遥测和治理。了解更多请访问 https://mintmcp.com </中文翻译>