Odel
mewcp google calendar

mewcp google calendar

Local
@asthetech2PythonUpdated 2mo ago

Schedule smarter - create, search, and manage Google Calendar events through AI.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/ammar62/mewcp-google-calendar:latest

Run

docker run -i --rm docker.io/ammar62/mewcp-google-calendar:latest

MCP client config

{
  "mcpServers": {
    "mewcp-google-calendar": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/ammar62/mewcp-google-calendar:latest"
      ]
    }
  }
}