5 months ago
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:
- Click "Login with Google"
- Get an API key
- 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"
}
}
}
}