Command Palette

Search for a command to run...

UnylyUnyly
Browse all

TaskChute Cloud 2

FreeNot checked

CLI tool for managing tasks in TaskChute Cloud 2 with MCP integration.

GitHubEmbed

About

CLI tool for managing tasks in TaskChute Cloud 2 with MCP integration.

README

Note: The MCP server requires a Pro plan. Upgrade your plan at the Plan Settings page.

TaskChute Cloud 2 CLI - MCP Server for AI agents.

Install

brew tap jMatsuzaki-Inc/tap
brew install tcc2

Usage

# Login with Google (opens browser)
tcc2 login

# Login with an email one-time password (no browser; works over SSH/headless)
tcc2 login --mail

# Check login status
tcc2 status

# Start MCP server (for Claude Code, Cursor, etc.)
tcc2 mcp

# Logout
tcc2 logout

Login methods

tcc2 supports two ways to sign in. Both result in the same account.

  • Browser (Google): tcc2 login opens your browser for Google sign-in.
  • Email one-time password (OTP): tcc2 login --mail requires no browser — ideal for SSH / headless environments. Enter your email address, then the 6-digit code sent to your inbox:
tcc2 login --mail
# Email: [email protected]
# A verification code has been sent to your email.
# Verification code: 123456
# Login successful: [email protected]

The code expires in 5 minutes. If you already signed in with Google before, using the same email address signs you into the same account.

Setting Up with Claude Code

First, log in to your TaskChute Cloud 2 account:

tcc2 login

Then, register tcc2 as an MCP server in Claude Code using the claude mcp add command:

claude mcp add taskchute -- tcc2 mcp

Once registered, Claude Code can interact with your TaskChute Cloud 2 tasks directly through the MCP protocol.

Update

brew update; brew upgrade tcc2

brew update fetches the latest formula definitions from the tap. Without it, brew upgrade may not detect the newest version.

Uninstall

brew uninstall tcc2
brew untap jMatsuzaki-Inc/tap

Limitations & Roadmap

  • The MCP server is available exclusively on the Pro plan. You can subscribe from the Plan Settings page.
  • Rate limiting may be introduced in the future to prevent excessive API calls caused by AI agents.
  • Authentication supports Google account (browser) and email one-time password (tcc2 login --mail). Apple login support is planned for a future release.

from github.com/jmatsuzaki-inc/homebrew-tap

Installing TaskChute Cloud 2

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jmatsuzaki-inc/homebrew-tap

FAQ

Is TaskChute Cloud 2 MCP free?

Yes, TaskChute Cloud 2 MCP is free — one-click install via Unyly at no cost.

Does TaskChute Cloud 2 need an API key?

No, TaskChute Cloud 2 runs without API keys or environment variables.

Is TaskChute Cloud 2 hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install TaskChute Cloud 2 in Claude Desktop, Claude Code or Cursor?

Open TaskChute Cloud 2 on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare TaskChute Cloud 2 with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs