Google Remote
FreeNot checkedEnables AI clients to interact with Google services (Gmail, Calendar, Drive, Tasks, YouTube, Contacts) via OAuth-authenticated Cloudflare Workers, allowing acti
About
Enables AI clients to interact with Google services (Gmail, Calendar, Drive, Tasks, YouTube, Contacts) via OAuth-authenticated Cloudflare Workers, allowing actions like sending emails, managing events, and searching files.
README
MseeP.ai Security Assessment Badge
Google MCP Remote
Verified on MseeP A Cloudflare Workers-based MCP server implementation that provides Google API tools (Gmail, Calendar, Drive, etc.) for the Model Context Protocol, designed to integrate seamlessly with AI clients like Claude or Cursor.
⚠️ SECURITY WARNING: Do not use someone else's deployed instance of this server as it requires access to your Google account and personal data. Always deploy your own instance to maintain control over your data and API access.
Features
- Gmail:
- Send emails with multiple recipients (to, cc, bcc) and HTML content
- List emails with custom queries, labels, and result limits
- Read specific emails by ID
- Manage labels (add, remove, list)
- Draft and delete emails
- Calendar:
- List calendars and set a default calendar
- Create events with details (summary, start/end time, attendees, etc.)
- List upcoming events with customizable filters
- Update or delete existing events
- Find free time slots for scheduling
- Drive:
- Filter files with search queries
- Sort by modification date or other criteria
- View detailed file metadata
- Read file content (text, docs, spreadsheets)
- Create new files with specified content
- Update existing files
- Delete files (trash or permanent)
- Share files with specific permissions
- Tasks:
- View all task lists
- Create new task lists
- Delete existing task lists
- List tasks with filters
- View task details
- Create tasks with title, notes, and due dates
- Update task properties
- Mark tasks as complete
- Delete tasks
- YouTube:
- Search for videos with customizable parameters
- Get detailed information about specific videos
- Contacts:
- List and search contacts from Google Contacts
- Get detailed information about specific contacts
Deployment Instructions
Prerequisites
Google Cloud Project:
Create a project in the Google Cloud Console
Set up OAuth 2.0 credentials (Client ID and Client Secret)
Enable the APIs you need (Gmail, Calendar, Drive, Tasks, YouTube, People/Contacts)
Add authorized JavaScript origins and redirect URIs for your Cloudflare Worker
Redirect URI should be in the format:
Deployed URL + /callback https://your-project.your-username.workers.dev/callback For local testing: http://localhost:8788/callback
Cloudflare Account:
- Sign up for a Cloudflare account if you don't have one
- Install Wrangler CLI:
bun install -g wrangler - Authenticate with Cloudflare:
wrangler login
Deployment Steps
Clone the repository:
git clone https://github.com/vakharwalad23/google-mcp-remote.git cd google-mcp-remoteInstall dependencies:
bun installConfigure secrets: Set your Google OAuth credentials as secrets in Cloudflare:
wrangler secret put GOOGLE_OAUTH_CLIENT_ID wrangler secret put GOOGLE_OAUTH_CLIENT_SECRET wrangler secret put COOKIE_ENCRYPTION_KEY(For the COOKIE_ENCRYPTION_KEY, generate a random string to secure cookies)
Create a KV namespace:
wrangler kv:namespace create OAUTH_KVThen update your wrangler.jsonc with the ID from the output
Deploy to Cloudflare Workers:
bun run deployNote your deployment URL: After deployment, Wrangler will provide a URL like:
https://your-project.your-username.workers.dev
Usage with AI Clients
Once deployed, configure your AI client (Claude, Cursor, etc.) to use your MCP server.
Claude Configuration
Edit your claude_desktop_config.json or for cursor mcp.json:
{
"mcpServers": {
"google-mcp-remote": {
"command": "npx",
"args": [
"mcp-remote",
"https://your-project.your-username.workers.dev/sse"
]
}
}
}
Example Commands
You can now ask Claude to perform tasks using your Google account:
Send an email to [email protected] with the subject "Meeting Notes" and body "Here are the notes from today."
List my upcoming calendar events for the next 3 days.
Create a calendar event titled "Team Sync" tomorrow at 10 AM for 1 hour.
Search YouTube for recent videos about machine learning.
Alternative Usage Methods
Using with Cloudflare AI Playground
You can test the MCP server online using Cloudflare AI Playground:
- Open Cloudflare AI Playground
- Enter your MCP server URL with the
/ssepath:https://your-project.your-username.workers.dev/sse - Start interacting with your Google services through the playground interface
Offline Testing with MCP Inspector
For local development and testing without deploying to Cloudflare:
Create a
.dev.varsfile in your project root with the necessary environment variables:GOOGLE_OAUTH_CLIENT_ID="your-client-id" GOOGLE_OAUTH_CLIENT_SECRET="your-client-secret" COOKIE_ENCRYPTION_KEY="your-random-encryption-key"Use Bun:
# Install dependencies bun install # Run local development server bun run devTest with MCP Inspector:
bunx @modelcontextprotocol/inspector@latestThis launches a local interface to test your MCP server functionality
OAuth Authorization
The first time you use the server with an AI client, you'll need to authorize access to your Google account:
- The server will display an approval dialog
- Approve the MCP client access to your server
- Follow the Google OAuth flow to grant API access
- After authorization, you'll be redirected back to your AI client
Local Development
To run the server locally:
bun install
bun run dev
This will start a local development server, typically at http://localhost:8788
Troubleshooting
- OAuth Issues: Ensure your Google Cloud project has the correct redirect URIs set
- API Permissions: Check that you've enabled all required APIs in Google Cloud Console
- Token Expiration: If you encounter authentication errors, try clearing the KV storage and re-authenticating
Thank you for using Google MCP Remote! If you have any questions or suggestions, feel free to open an issue or contribute to the project.
Installing Google Remote
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/vakharwalad23/google-mcp-remoteFAQ
Is Google Remote MCP free?
Yes, Google Remote MCP is free — one-click install via Unyly at no cost.
Does Google Remote need an API key?
No, Google Remote runs without API keys or environment variables.
Is Google Remote hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Google Remote in Claude Desktop, Claude Code or Cursor?
Open Google Remote on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
by Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
by arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
by hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
by profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
by waystation-aiCompare Google Remote with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
