Cloud Tasks MCP Server
クラウドタスク MCP サーバー
Google Cloud Tasks のキューおよびタスクとのやり取りを可能にする、Google Cloud Tasks 用の Model Context Protocol (MCP) サーバー。
特徴
指定した場所にある Cloud Tasks キューを一覧表示する
特定のキューの詳細を取得する
キューの一時停止と再開
キュー内のタスクを一覧表示する
特定のタスクの詳細を取得する
キューからタスクを削除する
Related MCP server: Google Tasks MCP Server
設定
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Cloud Tasks Server を自動的にインストールするには:
npx -y @smithery/cli install @gitskyflux/cloudtasks-mcp --client claude手動インストール
依存関係をインストールします:
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