/ Directorio / Playground / GCP MCP
● Comunidad eniayomi ⚡ Instantáneo

GCP MCP

por eniayomi · eniayomi/gcp-mcp

MCP server for Google Cloud Platform — natural language querying and management of GCP resources.

GCP MCP is a MCP server that mcp server for google cloud platform — natural language querying and management of gcp resources Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

gcp-mcp.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "gcp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gcp-mcp"
      ],
      "_inferred": true
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "gcp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gcp-mcp"
      ],
      "_inferred": true
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "gcp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gcp-mcp"
      ],
      "_inferred": true
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gcp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gcp-mcp"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "gcp-mcp",
      "command": "npx",
      "args": [
        "-y",
        "gcp-mcp"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "gcp-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "gcp-mcp"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add gcp-mcp -- npx -y gcp-mcp

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: GCP MCP

Use GCP MCP for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Cuándo usarlo: You want MCP server integration for cloud work without writing glue code.

Requisitos previos
  • Repo installed / cloned — See repo README
Flujo
  1. Install
    Set up the GCP MCP MCP server.✓ Copiado
    → MCP server listed in your agent config
  2. Invoke
    Use GCP MCP to run a representative task in cloud.✓ Copiado
    → Tool call succeeds; result returned

Resultado: Real cloud work completed via GCP MCP with one chat.

Errores comunes
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combinar con: filesystem

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

gcp-mcp + filesystem

Pair with filesystem for cloud workflows that need local file IO.

Use GCP MCP together with filesystem.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
primary_call task-specific For the main use case Varies

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
Provider rate limits apply
Tokens por llamada
Varies
Monetario
Free / pay provider directly
Consejo
Cache results; batch calls.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Use environment variables or your OS keychain.
Salida de datos: Depends on integration

Resolución de problemas

Errores comunes y soluciones

Confirm install and restart your agent.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills