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 助手中管理联系人、任务和通话。

前提条件

第 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. 保留所有权利。

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