Connect the Google Contacts MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Contacts: Delete a contact — MCP tool

Google Contacts MCP tool: Permanently deletes one contact from the user's Google Contacts.

Technical name: delete_contact

What task it solves

I want to remove a contact.

Permanently deletes one contact by resource name.

When to use it

Use it only when the user explicitly wants the person gone from their contacts. To remove someone from a group while keeping the contact, use Add/remove group members.

What to provide

  • resource_namerequired. people/c... of the contact to delete.

What it returns

An empty success response.

What changes in Google Contacts

The contact is permanently removed from the user's saved contacts.

Example request

Delete the duplicate contact people/c987 — I confirmed it's the copy.

Errors and limitations

There is no undo through this API — verify the right contact with get_contact and confirm with the user first. For many contacts use batch_delete_contacts. A 404 means the contact is already gone. Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details