Skip to content

added gmail mcp server #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions servers/gmail/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: gmail
image: mcp/gmail
type: server
meta:
category: productivity
tags:
- email
- gmail
about:
title: Gmail Email Client
description: Secure email management for Gmail accounts
icon: https://cdn.example.com/gmail-icon.png # 512x512 PNG
source:
project: https://github.com/shreyannandanwar/gmail-mcp-server
config:
description: Configure Gmail OAuth credentials
secrets:
- name: gmail.client_secret
env: GMAIL_CLIENT_SECRET
example: <YOUR_GMAIL_SECRET>
env:
- name: GMAIL_CLIENT_ID
example: <YOUR_GMAIL_CLIENT_ID>
value: '{{gmail.client_id}}'
parameters:
type: object
properties:
client_id:
type: string
required:
- client_id
oauth:
- provider: google
secret: gmail.oauth_token
env: GMAIL_OAUTH_TOKEN