Skip to main content
Glama
Telitask

@telitask/mcp-server

Official
by Telitask

機能

  • AI音声通話 — AIが生成した文字起こしと要約付きで電話の発信・着信が可能

  • 連絡先管理 — 連絡先の整理と管理

  • タスク管理 — タスクの作成、割り当て、追跡

  • MCPサーバー — Claude Desktop、Claude Code、Cursorなどと連携

Related MCP server: YaparAI Enterprise MCP Server

MCPサーバー

@telitask/mcp-server パッケージを使用すると、AIアシスタントから直接、連絡先、タスク、通話を管理できます。

前提条件

  • Node.js 18以上

  • TeliTask アカウント

ステップ1: 認証

npx @telitask/mcp-server login

ブラウザが開き、サインインしてMCPサーバーを承認します。

ステップ2: クライアントを接続

claude_desktop_config.json に追加します:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "telitask": {
      "command": "npx",
      "args": ["-y", "@telitask/mcp-server"]
    }
  }
}

保存後、Claude Desktopを再起動します。

claude mcp add telitask -- npx -y @telitask/mcp-server

プロジェクト内またはグローバルの .cursor/mcp.json に追加します:

{
  "mcpServers": {
    "telitask": {
      "command": "npx",
      "args": ["-y", "@telitask/mcp-server"]
    }
  }
}
  1. コマンドパレットを開きます (Ctrl+Shift+P / Cmd+Shift+P)

  2. MCP: Add Server を実行します

  3. Command (stdio) を選択します

  4. コマンドを入力します: npx -y @telitask/mcp-server

  5. 名前を telitask にします

または、.vscode/settings.json に手動で追加します:

{
  "mcp": {
    "servers": {
      "telitask": {
        "command": "npx",
        "args": ["-y", "@telitask/mcp-server"]
      }
    }
  }
}

mcp_config.json に追加します:

{
  "mcpServers": {
    "telitask": {
      "command": "npx",
      "args": ["-y", "@telitask/mcp-server"]
    }
  }
}

注: お使いのクライアントが見つかりませんか? ほとんどのMCP互換ツールは同じ設定形式を使用します。お使いのクライアントのMCPドキュメントを確認し、上記の設定を使用してください。

利用可能なツール

ツール

説明

call_me

自分の電話への着信をリクエスト

make_call

連絡先に電話をかける

schedule_call

後で電話を予約する

cancel_call

予約した電話をキャンセルする

list_calls

通話履歴を一覧表示する

get_call

文字起こし付きの通話詳細を取得する

list_contacts

連絡先を一覧表示する

create_contact

新しい連絡先を作成する

list_tasks

タスクを一覧表示する

create_task

新しいタスクを作成する

update_task

既存のタスクを更新する

send_phone_code

電話番号に認証コードを送信する

verify_phone_code

6桁のコードで電話番号を認証する

変更履歴

リリース履歴については CHANGELOG.md を参照してください。

ライセンス

© 2026 Telitask. All rights reserved.

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

Maintenance

Maintainers
Response time
2dRelease cycle
6Releases (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.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to manage social media accounts and CRM operations, including posting, analytics, inbox management, and customer management.
    22
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to manage CRM prospects, activities, reminders, and mailbox via natural language commands through the Model Context Protocol.
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to control PSTN phone calls via TelePath, including dialing, hangup, and phone number management.
    1
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • Let AI agents place real phone calls from your verified number, with transcripts and recordings.

  • Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.

  • Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.

View all MCP Connectors

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/Telitask/telitask-ai'

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