cloudtasks-mcp

cloudtasks-mcp

0

Cloud Tasks MCP Server is a Model Context Protocol server tailored for managing Google Cloud Tasks. It offers functionalities such as listing, pausing, and resuming queues and tasks, providing a comprehensive way to interact with Cloud Tasks on the Google Cloud Platform.

Cloud Tasks MCP Server

A Model Context Protocol (MCP) server for Google Cloud Tasks enabling interactions with Cloud Tasks queues and tasks.

Features

  • List Cloud Tasks queues
  • Get queue details
  • Pause and resume queues
  • List tasks in a queue
  • Get task details
  • Delete tasks from a queue

Setup

Install via Smithery or manually, and configure Claude Desktop with given specs.

Available Tools

  • listQueues
  • getQueue
  • pauseQueue
  • resumeQueue
  • listTasks
  • getTask
  • deleteTask

Example Usage

  • Pause/resume queues
  • Get pending tasks
  • Run a task in a paused queue