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