Back to Apps

IAP Tunnel Manager
by kvysotskyi
Native macOS client and MCP server for managing Google Cloud IAP TCP tunnels for Windows and Linux VMs.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
IAP Tunnel Manager simplifies the process of connecting to Google Cloud Platform (GCP) VM instances that lack public IP addresses. It manages Identity-Aware Proxy (IAP) TCP tunnels, allowing users to establish secure RDP and SSH connections from macOS without manually using the gcloud CLI.
Tools
projects_list: List accessible GCP projects.vms_list: List VM instances across all zones.tunnels_start_for_connection: Establish an IAP tunnel for a saved connection.freerdp_launch: Launch a FreeRDP connection with credentials from Keychain.windows_reset_password: Rotate Administrator passwords for Windows VMs.connections_list: Manage and retrieve saved VM connections.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"iap-tunnel-manager": {
"command": "/usr/local/bin/iap-mcp"
}
}
}
Supported hosts
Confirmed for Claude Desktop and Cursor.
Quick install
go build -o /usr/local/bin/iap-mcp ./cmd/iap-mcpInformation
- Pricing
- free
- Published
- 7/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add "iap-tunnel-manager": {"command": "/usr/local/bin/iap-mcp"} to ~/.cursor/mcp.jsonClaude Desktop
{"mcpServers": {"iap-tunnel-manager": {"command": "/usr/local/bin/iap-mcp"}}}





