MCP.so
Sign In
G

Google MCP

@matiasbattocchia

About Google MCP

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

Basic information

Category

Other

Transports

stdio

Publisher

matiasbattocchia

Submitted by

Matías Battocchia

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "google-mcp": {
      "url": "https://google-mcp.battox.workers.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Google MCP?

Google MCP is a hosted public server that provides access to Google services through the Model Context Protocol. It uses proxy OAuth to eliminate the need for you to create your own Google Cloud project, set up OAuth credentials, or run a local server. It’s designed for developers who want a quick, zero‑configuration connection to Google APIs.

How to use Google MCP?

You connect by clicking “Login with Google”, obtaining an API key, and adding that key to your MCP client. No Google Cloud setup, no local servers, and no environment variables are required—just authenticate and go.

Key features of Google MCP

  • Hosted public server with proxy OAuth
  • No Google Cloud project needed
  • No local server or environment variables
  • Simple three‑step setup (login, get key, connect)
  • Instant integration with any MCP client

Use cases of Google MCP

  • Rapidly prototyping MCP‑based tools that access Google data
  • Enabling non‑cloud developers to use Google APIs without project management
  • Simplifying multi‑user deployments where each user authenticates individually
  • Reducing operational overhead by relying on a hosted proxy

FAQ from Google MCP

How is Google MCP different from other Google MCP servers?

Most Google MCP servers require you to create your own Google Cloud project, configure OAuth credentials, and run a local server. Google MCP is a hosted public server that handles OAuth transparently—you only need to log in and get an API key.

Do I need a Google Cloud project?

No. Google MCP handles authentication via its own proxy OAuth flow. You never need to create a Google Cloud project or manage credentials.

What are the runtime requirements?

None. There is no local server to run and no environment variables to set. You only need an MCP client that supports standard API‑key‑based connections.

How do I get started?

Visit the Google MCP server setup page, click “Login with Google”, and copy the generated API key. Add that key to your MCP client’s configuration, and you’re ready to make requests.

Is the proxy OAuth secure?

The README states that the server uses a hosted public server with proxy OAuth. It does not provide further security details, but the OAuth flow is handled server‑side to avoid exposing user credentials to the client.

Comments

More Other MCP servers