Skip to main content

MCP Server to connect to Google G-Suite

Project description

aiden-gsuite MCP server

PyPI - Version

This project is based on mcp-gsuite

MCP server to interact with Google products. With Aiden, Google account authorization is extremely simplified.

Example prompts

Right now, this MCP server supports Gmail, Google Calendar, Google Drive and Google Maps integration with the following capabilities:

  1. Gmail
  • Get your Gmail user information
  • Query emails with flexible search (e.g., unread, from specific senders, date ranges, with attachments)
  • Retrieve complete email content by ID
  • Create new draft emails with recipients, subject, body and CC options
  • Send draft emails
  • Delete draft emails
  • Delete emails
  • Reply to existing emails (can either send immediately or save as draft)
  • Retrieve multiple emails at once by their IDs.
  • Save multiple attachments from emails to your local system.
  1. Google Calendar
  • Manage multiple calendars
  • Get calendar events within specified time ranges
  • Create calendar events with:
    • Title, start/end times
    • Optional location and description
    • Optional attendees
    • Custom timezone support
    • Notification preferences
  • Modify calendar events
  • Delete calendar events
  1. Google Drive
  • Search drive files
  • List drive files
  • Read drive file content
  • Create drive files or folders
  • Trash/Restore files or folders
  • List trash files
  • Empty the trash
  1. Google Maps
  • Convert an address into geographic coordinates
  • Convert a geographic coordinates into an address
  • Search for places
  • Get details about a place
  • Get distance and duration between two places
  • Get elevation at a given location
  • Get directions between two places

Example prompts you can try:

  • Retrieve my latest unread messages

  • Search my emails from the Scrum Master

  • Retrieve all emails from accounting

  • Take the email about ABC and summarize it

  • Write a nice response to Alice's last email and upload a draft.

  • Reply to Bob's email with a Thank you note. Store it as draft

  • What do I have on my agenda tomorrow?

  • Check my private account's Family agenda for next week

  • I need to plan an event with Tim for 2hrs next week. Suggest some time slots.

Quickstart

Install

No credential file needed with Aiden.

"aiden-gsuite": {
  "command": "uvx",
  "args": [
    "aiden-gsuite@0.3.4"
  ],
  "env": {
    "GOOGLE_MAPS_API_KEY": ""
  },
  "credential": {
    "type": "oauth",
    "service": "google",
    "scopes": [
      "openid",
      "https://mail.google.com/",
      "https://www.googleapis.com/auth/calendar",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "transport": "stdio"
}

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

npx @modelcontextprotocol/inspector uv --directory /path/to/aiden-gsuite run aiden-gsuite

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiden_gsuite-0.3.4.tar.gz (31.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiden_gsuite-0.3.4-py3-none-any.whl (22.5 kB view details)

Uploaded Python 3

File details

Details for the file aiden_gsuite-0.3.4.tar.gz.

File metadata

  • Download URL: aiden_gsuite-0.3.4.tar.gz
  • Upload date:
  • Size: 31.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.9

File hashes

Hashes for aiden_gsuite-0.3.4.tar.gz
Algorithm Hash digest
SHA256 8dd07d86841a0cc0c136f2f839acd86eb707a89429c9df443e9b62e0b0608e3d
MD5 3e56d218eff965fefafad9eb71efe13e
BLAKE2b-256 e72b908e71e041d1fe328db9046e4ef6ffcb9e3409dc918ec6969ff88532b7d4

See more details on using hashes here.

File details

Details for the file aiden_gsuite-0.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for aiden_gsuite-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9b02a9a131b3c64653f4aad888a0ba4884b8f2a8edb43d5aec17390cbc3c4496
MD5 fded771d95682fb67a611d6ccaeafe98
BLAKE2b-256 77c5061f5a8e1c0be1f584ee364701024814ae9f3816981b99c224867edbca16

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page