io.github.karanivincent/telitask-mcp
TeliTask MCP server β manage contacts, tasks, and calls from AI assistants
Ask AI about io.github.karanivincent/telitask-mcp
Powered by Claude Β· Grounded in docs
I know everything about io.github.karanivincent/telitask-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
AI-powered phone calls, task management, and contact organization
Website Β· npm Β· Report Bug Β· Discussions
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
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 login
This opens your browser to sign in and authorize the MCP server.
Step 2: Connect Your Client
Claude Desktop
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 Code
claude mcp add telitask -- npx -y @telitask/mcp-server
Cursor
Add to .cursor/mcp.json in your project or globally:
{
"mcpServers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}
VS Code (Copilot)
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Run MCP: Add Server
- Select Command (stdio)
- Enter command:
npx -y @telitask/mcp-server - Name it
telitask
Or add manually to .vscode/settings.json:
{
"mcp": {
"servers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}
}
Windsurf
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.
