Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"google-calendar": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js"
],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "${HOME}/.config/google-mcp/gcp-oauth.keys.json",
"GOOGLE_CALENDAR_MCP_TOKEN_PATH": "${HOME}/.config/google-mcp/tokens.json"
}
}
}
}Replace placeholder values for: GOOGLE_OAUTH_CREDENTIALS, GOOGLE_CALENDAR_MCP_TOKEN_PATH
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeGOOGLE_OAUTH_CREDENTIALS=${HOME}/.config/google-mcp/gcp-oauth.keys.jsonGOOGLE_CALENDAR_MCP_TOKEN_PATH=${HOME}/.config/google-mcp/tokens.json