MCP Servers / productivity / Google Contacts

Google Contacts

JSON →
stdionone1productivity

Manage your Google Contacts, allowing you to create, search, and update contacts.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: google-contacts
Tools
What this server exposes
list_contacts
List all contacts with filtering and pagination
search_contacts
Advanced multi-field search
get_contact
Get detailed contact information
create_contact
Create contact with basic fields (11 fields)
create_contact_advanced
Create contact with all fields (25+ fields)
update_contact
Update contact with basic fields
update_contact_advanced
Update contact with all fields
delete_contact
Delete a contact
list_contact_groups
List all contact groups/labels
create_contact_group
Create new contact group
get_contact_group
Get group details and members
update_contact_group
Update group name
delete_contact_group
Delete user-created groups
add_contacts_to_group
Add contacts to a group
remove_contacts_from_group
Remove contacts from group
search_contacts_by_group
Find contacts in specific group
list_workspace_users
List organization directory
search_directory
Search workspace directory
get_other_contacts
Get 'other contacts'
Configuration
Environment & auth
authnone
envGOOGLE_CLIENT_ID
envGOOGLE_CLIENT_SECRET
envGOOGLE_REFRESH_TOKEN
Resources
Google Contacts — MCP Server · libregistry