@telitask/mcp-server
Official機能
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.jsonWindows:
%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"]
}
}
}コマンドパレットを開きます (
Ctrl+Shift+P/Cmd+Shift+P)MCP: Add Server を実行します
Command (stdio) を選択します
コマンドを入力します:
npx -y @telitask/mcp-server名前を
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ドキュメントを確認し、上記の設定を使用してください。
利用可能なツール
ツール | 説明 |
| 自分の電話への着信をリクエスト |
| 連絡先に電話をかける |
| 後で電話を予約する |
| 予約した電話をキャンセルする |
| 通話履歴を一覧表示する |
| 文字起こし付きの通話詳細を取得する |
| 連絡先を一覧表示する |
| 新しい連絡先を作成する |
| タスクを一覧表示する |
| 新しいタスクを作成する |
| 既存のタスクを更新する |
| 電話番号に認証コードを送信する |
| 6桁のコードで電話番号を認証する |
変更履歴
リリース履歴については CHANGELOG.md を参照してください。
ライセンス
© 2026 Telitask. All rights reserved.
This 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 Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage phone numbers, send/receive SMS, and place voice calls through natural language, connecting to the phone network via the AgentPhone API.184114MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage social media accounts and CRM operations, including posting, analytics, inbox management, and customer management.22Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage CRM prospects, activities, reminders, and mailbox via natural language commands through the Model Context Protocol.3MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to control PSTN phone calls via TelePath, including dialing, hangup, and phone number management.19MIT
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.
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/Telitask/telitask-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server