the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/google-calendar",
"description": "MCP server for Google Calendar integration with service account support and domain-wide delegation.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/google-calendar"
},
"version": "0.0.13",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "google-calendar-workspace-mcp-server",
"version": "0.0.13",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Service account email address from Google Cloud Console.",
"isRequired": true,
"name": "GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL"
},
{
"description": "Service account private key in PEM format from Google Cloud Console.",
"isRequired": true,
"isSecret": true,
"name": "GCAL_SERVICE_ACCOUNT_PRIVATE_KEY"
},
{
"description": "Email address of the user whose calendar to access via domain-wide delegation.",
"isRequired": true,
"name": "GCAL_IMPERSONATE_EMAIL"
},
{
"description": "Comma-separated list of tool groups to enable (readonly or readwrite).",
"name": "ENABLED_TOOLGROUPS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-17T03:55:52.093035Z",
"publishedAt": "2026-06-17T03:55:52.093035Z",
"updatedAt": "2026-06-17T03:55:52.093035Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.0.13last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.