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