Submit

Google MCP

@Matías Battocchia

Public MCP server for Google Calendar and Sheets. No setup required—just login and connect.
Overview

Most Google MCP servers require you to create your own Google Cloud project, set up OAuth credentials, and run a local server.

This project is different. It's a hosted public server with proxy OAuth. You just:

  1. Click "Login with Google"
  2. Get an API key
  3. Add it to your MCP client

No Google Cloud setup. No local servers. No environment variables. Just connect and go.

Server Config

{
  "mcpServers": {
    "google-mcp": {
      "url": "https://google-mcp.battox.workers.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.