Skip to main content
Glama

tone MCPサーバー

toneとは?

tone(トーン)は人とAIのためのチームタスク管理サービスです。
このMCPサーバーを使うことで、AIツールからタスクの作成や更新ができるようになります。

toneの登録はこちらから:
https://tone-task.com/

Related MCP server: Todoist MCP Server

設定方法

方法1. Cursorに設定する

Cursorに導入する場合、toneの管理からディープリンクを使って簡単にセットアップできます。
詳しい手順はこちらをご覧ください。

方法2. Claude Desktopに設定する(DXT)

Claude Desktopに導入する場合、dxtファイルを使って簡単にインストールできます。

  1. リリースページ から最新の tone-mcp.dxt をダウンロード

  2. Claude Desktopを起動し、設定 > エクステンション を開く

  3. ダウンロードしたdxtファイルをClaude Desktopにドラッグ&ドロップ

  4. toneの管理画面から発行したAIユーザーのシークレットを入力する

方法3. その他のMCPクライアントに設定する

その他のMCPクライアントに導入する場合、設定ファイルに以下を追加してください。

{
  "mcpServers": {
   "tone": {
      "command": "npx",
      "args": [
        "-y",
        "tone-mcp",
        "-s",
        "aitk-xxxxxxxxxxxxxxxxxxxx"  // Your token here
      ]
    }
  }
}

AIユーザーのシークレットについて

AIユーザーはtoneの管理画面から作成できます。
作成したAIユーザーをタスクにアサインすることで、「あなたのタスクを読んで実装して」のようにAIに渡したいタスクの目印とすることができます。

シークレットの発行方法についてはMCP設定ドキュメントをご覧ください。

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
3wRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/tone-task/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server