TeliTask MCP server — manage contacts, tasks, and calls from AI assistants
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"telitask": {
"args": [
"-y",
"@telitask/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@telitask/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @telitask/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for io.github.karanivincent/telitask-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered phone calls, task management, and contact organization
Website · npm · Report Bug · Discussions
The @telitask/mcp-server package lets you manage contacts, tasks, and calls directly from your AI assistant.
npx @telitask/mcp-server login
This opens your browser to sign in and authorize the MCP server.
Add to your claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%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"]
}
}
}
Ctrl+Shift+P / Cmd+Shift+P)npx -y @telitask/mcp-servertelitaskOr 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.
| 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 |
See CHANGELOG.md for release history.
© 2026 Telitask. All rights reserved.