Google MCP
@matiasbattocchia
关于 Google MCP
Public MCP server for Google Calendar and Sheets. No setup required—just login and connect.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"google-mcp": {
"url": "https://google-mcp.battox.workers.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论