/ Annuaire / Playground / Google Calendar MCP
● Communauté nspady ⚡ Instantané

Google Calendar MCP

par nspady · nspady/google-calendar-mcp

Manage Google Calendar events, find availability, and schedule meetings from any MCP client.

Google Calendar MCP is a Model Context Protocol server by nspady. Manage Google Calendar events, find availability, and schedule meetings from any MCP client. See the source repo for setup, supported clients, and configuration details.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

google-calendar-mcp.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "google-calendar-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/nspady/google-calendar-mcp"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "google-calendar-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/nspady/google-calendar-mcp"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "google-calendar-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/nspady/google-calendar-mcp"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "google-calendar-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/nspady/google-calendar-mcp"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "google-calendar-mcp",
      "command": "TODO",
      "args": [
        "See README: https://github.com/nspady/google-calendar-mcp"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "google-calendar-mcp": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/nspady/google-calendar-mcp"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add google-calendar-mcp -- TODO 'See README: https://github.com/nspady/google-calendar-mcp'

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Google Calendar MCP

Use Google Calendar MCP for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Quand l'utiliser : You need the capability: Manage Google Calendar events, find availability, and schedule meetings from any MCP client.

Prérequis
  • MCP server installed — See https://github.com/nspady/google-calendar-mcp for install instructions
Déroulement
  1. Install
    Install Google Calendar MCP following the README at https://github.com/nspady/google-calendar-mcp✓ Copié
    → MCP server appears in your client's available tools/skills
  2. Invoke
    Use Google Calendar MCP to complete the task described in its docs.✓ Copié
    → Agent calls the relevant tool/skill and returns a result

Résultat : Working integration with the capabilities advertised by the project.

Pièges
  • README is the source of truth; details here may lag upstream — Check https://github.com/nspady/google-calendar-mcp for the latest setup steps and tool list

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills