mcpbeat Sign in

Telitask MCP Server

by karanivincent Your server? Claim it
local only

Telitask MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 2 Apr 2026.

TeliTask MCP server — manage contacts, tasks, and calls from AI assistants

Installs per day peak 15 · avg 5 · +225% w/w
a month agotoday
37
Installs / week
npm · @telitask/mcp-server
1
Stars
0 open issues
2 Apr 2026
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Telitask MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add telitask-mcp -- npx -y @telitask/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telitask-mcp": {
      "args": [
        "-y",
        "@telitask/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.telitask-mcp]
command = "npx"
args = ["-y", "@telitask/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "telitask-mcp": {
      "args": [
        "-y",
        "@telitask/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "telitask-mcp": {
      "args": [
        "-y",
        "@telitask/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Telitask MCP

same job, measured the same way
Trello MCP Server
by jimdrews

Manage Trello boards, lists, and cards from any MCP-compatible AI assistant

108 installs/wk local only
Google Tasks MCP Server
by ebmurha

Manage Google Tasks from MCP-compatible AI clients.

82 installs/wk local only
Looply
by xie38388

Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.

18 installs/wk local only
Tailscale MCP Server
by yawlabs

Tailscale MCP server for managing your tailnet from AI assistants

1 462 installs/wk local only
N
Todoist
by todoist

Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.

answering
Komodo MCP Server
by samik081

Manage Komodo through AI assistants

115 installs/wk local only
Authentik MCP Server
by samik081

Manage Authentik through AI assistants

128 installs/wk local only
C
MakeMeBetter AI
by rohithmariyala

Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.

answering

Telitask MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Telitask MCP?
Telitask MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @telitask/mcp-server was installed 37 times last week.
How do I connect Telitask MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @telitask/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Telitask MCP?
The npm package @telitask/mcp-server was installed 37 times in the last week. Week over week that is +225%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Telitask MCP open source?
We cannot say either way: 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.