google-mcp-servers

rominirani/google-mcp-servers
★ 10 stars Unknown language 📦 Other Updated 14d ago
A variety of resources on fully-managed remote Google MCP Servers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "rominirani/google-mcp-servers"
      ]
    }
  }
}