@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