cloudtasks-mcp
If you are the rightful owner of cloudtasks-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Google Cloud Tasks that enables interactions with Google Cloud Tasks queues and tasks.
The Cloud Tasks MCP Server is designed to facilitate seamless interactions with Google Cloud Tasks, allowing users to manage queues and tasks efficiently. It provides a robust interface for listing, pausing, resuming, and deleting tasks and queues, making it an essential tool for developers working with Google Cloud infrastructure. The server can be installed via Smithery or manually, and it integrates with Claude Desktop for enhanced functionality. With the ability to handle multiple projects and locations, it ensures that users can manage their cloud tasks with precision and ease.
Features
- List Cloud Tasks queues in a specified location
- Get details of a specific queue
- Pause and resume queues
- List tasks in a queue
- Get details of a specific task
- Delete tasks from a queue
Tools
listQueues
List all Cloud Tasks queues in a specified location
getQueue
Get details of a specific Cloud Tasks queue
pauseQueue
Pause a Cloud Tasks queue
resumeQueue
Resume a paused Cloud Tasks queue
listTasks
List tasks in a Cloud Tasks queue
getTask
Get details of a specific task in a Cloud Tasks queue
deleteTask
Delete a task from a Cloud Tasks queue