G

Google Contacts

Integrates with Google Contacts to enable listing, searching, creating, updating, and deleting conta...

77 views
0 installs
Updated Sep 26, 2025
Not audited
Integrates with Google Contacts to enable listing, searching, creating, updating, and deleting contacts from both personal accounts and Google Workspace directories.
  1. Create a Google Cloud Project and Enable People API

    • Go to Google Cloud Console.
    • Create a new project (or select an existing one).
    • In the left sidebar, select “APIs & Services” > “Library”.
    • Search for and enable the “People API”.
  2. Create OAuth 2.0 Credentials

    • In the Google Cloud Console, navigate to “APIs & Services” > “Credentials”.
    • Click “+ CREATE CREDENTIALS” and select “OAuth client ID”.
    • If prompted, configure your consent screen (you can set it as “Internal” for workspace use or “External” for broader use).
    • Select “Desktop app” as the application type.
    • Give your OAuth 2.0 client a name, and click “Create”.
  3. Obtain OAuth Client ID and Client Secret

    • After creation, a dialog appears with your “Client ID” and “Client secret”.
    • Copy both values for the next steps.
  4. Download the Credentials File (Optional)

    • Click “DOWNLOAD JSON” to save your “credentials.json” file.
    • (If using a JSON file instead of environment variables: place it in the project root, your home directory, or provide its path using --credentials-file parameter.)
  5. Authorize and Obtain Refresh Token

    • Open a terminal and run:
      mcp-google-contacts
      
    • Follow the interactive prompts in your terminal and web browser to authenticate with your Google account and grant permissions.
    • When prompted, a refresh token (GOOGLE_REFRESH_TOKEN) will be displayed.
    • Copy this refresh token.
  6. Set Environment Variables

    • You need three environment variables:
      • GOOGLE_CLIENT_ID (from step 3)
      • GOOGLE_CLIENT_SECRET (from step 3)
      • GOOGLE_REFRESH_TOKEN (from step 5)
    • In your FastMCP connection interface, use the “Install Now” button and enter:
      • GOOGLE_CLIENT_ID
      • GOOGLE_CLIENT_SECRET
      • GOOGLE_REFRESH_TOKEN

You are now ready to use the MCP Google Contacts Server, with the required environment values configured in the FastMCP connection interface.

Quick Start

View on GitHub

More for Productivity

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.