PluginBench
MCP Server

io.github.matiasbattocchia/google-mcp MCP Server

io.github.matiasbattocchia/google-mcp

What is the io.github.matiasbattocchia/google-mcp MCP server?

Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

How to install io.github.matiasbattocchia/google-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer token with your API key from https://g.mcp.openbsp.dev

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "google-mcp": {
      "url": "https://g.mcp.openbsp.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "google-mcp": {
      "serverUrl": "https://g.mcp.openbsp.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "google-mcp": {
      "type": "http",
      "url": "https://g.mcp.openbsp.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "google-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://g.mcp.openbsp.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http google-mcp https://g.mcp.openbsp.dev/mcp

Related MCP servers

MCP server for Meitre restaurant reservations.

View repository →