Google Cloud Run (npx) MCP Server
CommunityContributed by Google Cloud
Deploy and manage applications on Google Cloud Run directly from your AI client. Deploy local folders or file contents, list and inspect services, read logs, and manage GCP projects. Uses your local gcloud Application Default Credentials.
About the Google Cloud Run (npx) MCP Server
The Google Cloud Run (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Deploy and manage applications on Google Cloud Run directly from your AI client. Deploy local folders or file contents, list and inspect services, read logs, and manage GCP projects. Uses your local gcloud Application Default Credentials. This is a community-contributed MCP server by Google Cloud.
Install the Google Cloud Run (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. No authentication required — install and start using it immediately.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@google-cloud/cloud-run-mcp"
],
"env": {
"GOOGLE_CLOUD_PROJECT": "${input:GOOGLE_CLOUD_PROJECT}",
"GOOGLE_CLOUD_REGION": "${input:GOOGLE_CLOUD_REGION}"
},
"metadata": {
"inputs": [
{
"id": "GOOGLE_CLOUD_PROJECT",
"label": "Google Cloud Project ID",
"description": "Optional. Default GCP project ID to use for deployments. If omitted, the server can list projects and prompt you to pick one.",
"type": "text",
"required": false,
"secret": false,
"placeholder": "my-gcp-project-id"
},
{
"id": "GOOGLE_CLOUD_REGION",
"label": "Google Cloud Region",
"description": "Optional. Default Cloud Run region for deployments (e.g. us-central1). Defaults to europe-west1 if not set.",
"type": "text",
"required": false,
"secret": false,
"placeholder": "us-central1"
}
]
}
}Categories
Tags
Supported AI Clients
The Google Cloud Run (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Vercel
Access Vercel project deployments, runtime logs, and configuration through Vercel's official hosted remote MCP server with OAuth. Currently read-only.
Cloudflare Docs
Search Cloudflare developer documentation using semantic search. Covers Workers, Pages, R2, D1, KV, Durable Objects, Zero Trust, and all Cloudflare products.
Cloudflare Workers Bindings
Manage Cloudflare Workers platform resources including KV namespaces, R2 buckets, D1 databases, Hyperdrive configs, and Workers scripts.
Supabase (Remote)
Manage Supabase projects, databases, edge functions, storage, and authentication through Supabase's hosted remote MCP server. Authenticates via OAuth, no local setup required.
Supabase (npx)
Manage Supabase projects, databases, edge functions, storage, and authentication locally via npx. Uses a personal access token.
Docker Hub (Docker)
Search Docker Hub images, manage repositories and tags, discover Docker Hardened Images, and get AI-powered image recommendations. Interfaces with Docker Hub APIs for intelligent content discovery.
Install Google Cloud Run (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.