Cloud Tasks MCP Server
클라우드 작업 MCP 서버
Google Cloud Tasks 대기열 및 작업과의 상호작용을 가능하게 하는 Google Cloud Tasks용 MCP(Model Context Protocol) 서버입니다.
특징
지정된 위치에 있는 Cloud Tasks 대기열 나열
특정 대기열의 세부 정보 가져오기
대기열 일시 중지 및 재개
대기열에 있는 작업 나열
특정 작업에 대한 세부 정보 얻기
큐에서 작업 삭제
Related MCP server: Google Tasks MCP Server
설정
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop용 Cloud Tasks Server를 자동으로 설치하려면:
지엑스피1
수동 설치
종속성 설치 :
npm install프로젝트 빌드 :
npm run buildClaude Desktop 구성 :
claude_desktop_config.json에 다음을 추가합니다."cloudtasks-mcp": { "command": "node", "args": [ "/path/to/cloudtasks-mcp/build/index.js" ], "env": { "GOOGLE_CLOUD_LOCATION_PROJECTS": "location:project-id" } }args의 경로를 index.js의 실제 경로로 바꾸세요.
GOOGLE_CLOUD_LOCATION_PROJECTS에
location:project-id쌍을 쉼표로 구분하여 정의합니다. 예:us-east1:google-project-id1,us-central1:google-project-id2첫 번째로 나열된 프로젝트가 기본값입니다.애플리케이션은 각 프로젝트의 keys 폴더에서 .json 자격 증명 파일을 찾을 것으로 예상합니다. 예: keys/google-project-id1.json
해당 클라우드 서비스 계정에 Cloud Tasks와 상호 작용할 수 있는 적절한 권한(예:
Cloud Tasks Admin또는 그보다 낮은 권한)이 있는지 확인하세요.
사용 가능한 도구
listQueues: 지정된 위치에 있는 모든 Cloud Tasks 대기열을 나열합니다.getQueue: 특정 Cloud Tasks 대기열의 세부 정보를 가져옵니다.pauseQueue: Cloud Tasks 대기열을 일시 중지합니다.resumeQueue: 일시 중지된 Cloud Tasks 대기열을 다시 시작합니다.listTasks: Cloud Tasks 대기열의 작업 나열getTask: Cloud Tasks 대기열에서 특정 작업의 세부 정보를 가져옵니다.deleteTask: Cloud Tasks 대기열에서 작업을 삭제합니다.
Claude Desktop에서의 사용 예
다음은 Claude Desktop에서 각 도구를 사용하는 방법에 대한 예입니다.
대기열 일시 중지 또는 재개
Pause the special-events queue. Resume the special-events queue.보류 중인 작업 가져오기
How many tasks are currently pending in the special-events queue?일시 중지된 대기열에서 작업 실행
Run the task ending with the ID 123456 in the special-events queue.개발
# Watch mode
npm run devThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Interact with your Google Cloud Composer resources using natural language commands.
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
Interact with your Google Bigtable resources using natural language commands.
Manage tasks, Focus Zone, notes, projects, and task history from compatible AI assistants.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables managing Google Cloud Platform resources through natural language commands in Claude Desktop, supporting comprehensive operations across compute, storage, databases, networking, monitoring, and IAM without manual credential setup.5620
- AlicenseNot gradedqualityDmaintenanceEnables LLMs like Claude to manage Google Tasks by listing, creating, updating, completing, and deleting tasks and task lists, including setting due dates and notes.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Tasks, including listing, creating, updating, deleting, and completing tasks via the Google Tasks API.82MIT
- FlicenseAqualityDmaintenanceEnables managing Google Tasks (list, add, complete, delete, update) using natural language commands in Claude Code through an Apps Script webhook.614
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gitskyflux/cloudtasks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server