Skip to main content
Glama
Telitask

@telitask/mcp-server

Official
by Telitask

Features

  • AI Voice Calls — Make and receive phone calls with AI-generated transcripts and summaries

  • Contact Management — Organize and manage your contacts

  • Task Tracking — Create, assign, and track tasks

  • MCP Server — Integrate with Claude Desktop, Claude Code, Cursor, and more

Related MCP server: YaparAI Enterprise MCP Server

MCP Server

The @telitask/mcp-server package lets you manage contacts, tasks, and calls directly from your AI assistant.

Prerequisites

Step 1: Authenticate

npx @telitask/mcp-server login

This opens your browser to sign in and authorize the MCP server.

Step 2: Connect Your Client

Add to your 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"]
    }
  }
}

Restart Claude Desktop after saving.

claude mcp add telitask -- npx -y @telitask/mcp-server

Add to .cursor/mcp.json in your project or globally:

{
  "mcpServers": {
    "telitask": {
      "command": "npx",
      "args": ["-y", "@telitask/mcp-server"]
    }
  }
}
  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)

  2. Run MCP: Add Server

  3. Select Command (stdio)

  4. Enter command: npx -y @telitask/mcp-server

  5. Name it telitask

Or add manually to .vscode/settings.json:

{
  "mcp": {
    "servers": {
      "telitask": {
        "command": "npx",
        "args": ["-y", "@telitask/mcp-server"]
      }
    }
  }
}

Add to your mcp_config.json:

{
  "mcpServers": {
    "telitask": {
      "command": "npx",
      "args": ["-y", "@telitask/mcp-server"]
    }
  }
}

Note: Don't see your client? Most MCP-compatible tools use the same config format. Check your client's MCP documentation and use the config above.

Available Tools

Tool

Description

call_me

Request a call to your phone

make_call

Make a call to a contact

schedule_call

Schedule a call for later

cancel_call

Cancel a scheduled call

list_calls

List call history

get_call

Get call details with transcript

list_contacts

List your contacts

create_contact

Create a new contact

list_tasks

List your tasks

create_task

Create a new task

update_task

Update an existing task

send_phone_code

Send a verification code to a phone number

verify_phone_code

Verify a phone number with a 6-digit code

Changelog

See CHANGELOG.md for release history.

License

© 2026 Telitask. All rights reserved.

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