Skip to content

Installation

Rishap Gandhi edited this page Jun 1, 2026 · 1 revision

Installation Guide

Prerequisites

  • Python 3.10+
  • Google Cloud project (free)
  • OAuth2 Desktop credentials

Steps

  1. Clone the repo:
git clone https://github.com/rishapgandhi/google_mcp.git
cd google_mcp
  1. Install dependencies:
pip install -e .
  1. Configure credentials:
cp .env.example .env
# Edit .env with your Client ID and Secret
  1. Authenticate (first time only):
python3 -m src.server
# Browser opens for Google consent

Google Cloud Setup

  1. Go to console.cloud.google.com
  2. Create project → APIs & Services → Credentials → OAuth Client ID (Desktop App)
  3. Enable APIs: Gmail, Calendar, Drive, Docs, Sheets, Slides

Clone this wiki locally