What is the com.mintmcp/gcal MCP server?
A MCP server that works with Google Calendar to manage event listing, reading, and updates.
How to install com.mintmcp/gcal
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gcal": {
"url": "https://gcal.mintmcp.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gcal": {
"serverUrl": "https://gcal.mintmcp.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gcal": {
"type": "http",
"url": "https://gcal.mintmcp.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"gcal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gcal.mintmcp.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http gcal https://gcal.mintmcp.com/mcpRelated MCP servers
A MCP server for Gmail that lets you search, read, and draft emails and replies.
View repository →A MCP server that works with Outlook Calendar to manage event listing, reading, and updates.
View repository →A MCP server for Outlook email that lets you search, read, and draft emails and replies.
View repository →