@telitask/mcp-server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@telitask/mcp-serverschedule a call with John tomorrow at 3pm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Node.js 18+
A TeliTask account
Step 1: Authenticate
npx @telitask/mcp-server loginThis 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.jsonWindows:
%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-serverAdd to .cursor/mcp.json in your project or globally:
{
"mcpServers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P)Run MCP: Add Server
Select Command (stdio)
Enter command:
npx -y @telitask/mcp-serverName 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 |
| Request a call to your phone |
| Make a call to a contact |
| Schedule a call for later |
| Cancel a scheduled call |
| List call history |
| Get call details with transcript |
| List your contacts |
| Create a new contact |
| List your tasks |
| Create a new task |
| Update an existing task |
| Send a verification code to a phone number |
| Verify a phone number with a 6-digit code |
Changelog
See CHANGELOG.md for release history.
License
© 2026 Telitask. All rights reserved.
This server cannot be deployed
Maintenance
Related MCP Connectors
Give AI agents a phone layer for consent-based calls, transcripts, summaries, and outcomes.
Give AI agents secure access to RevDesk calling, SMS, phone numbers, caller IDs, and usage.
- DialMCPOAuthcom.dialmcp
Let AI agents place real phone calls from your verified number, with transcripts and recordings.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables 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.4,317 npm121MIT
- 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.15 npmMIT