{
  "markdown": "<p align=\"center\">\n  <img src=\"assets/logo-full.png\" alt=\"TeliTask\" width=\"280\" />\n</p>\n\n<p align=\"center\">AI-powered phone calls, task management, and contact organization</p>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/@telitask/mcp-server\"><img src=\"https://img.shields.io/npm/v/@telitask/mcp-server?label=npm%20package&color=blue\" alt=\"npm version\" /></a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://telitask.ai\">Website</a> ·\n  <a href=\"https://www.npmjs.com/package/@telitask/mcp-server\">npm</a> ·\n  <a href=\"https://github.com/Telitask/telitask-ai/issues\">Report Bug</a> ·\n  <a href=\"https://github.com/Telitask/telitask-ai/discussions\">Discussions</a>\n</p>\n\n---\n\n## Features\n\n- **AI Voice Calls** — Make and receive phone calls with AI-generated transcripts and summaries\n- **Contact Management** — Organize and manage your contacts\n- **Task Tracking** — Create, assign, and track tasks\n- **MCP Server** — Integrate with Claude Desktop, Claude Code, Cursor, and more\n\n## MCP Server\n\nThe [`@telitask/mcp-server`](https://www.npmjs.com/package/@telitask/mcp-server) package lets you manage contacts, tasks, and calls directly from your AI assistant.\n\n### Prerequisites\n\n- Node.js 18+\n- A [TeliTask](https://telitask.ai) account\n\n### Step 1: Authenticate\n\n```bash\nnpx @telitask/mcp-server login\n```\n\nThis opens your browser to sign in and authorize the MCP server.\n\n### Step 2: Connect Your Client\n\n<details>\n<summary><strong>Claude Desktop</strong></summary>\n\nAdd to your `claude_desktop_config.json`:\n\n- **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n- **Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"telitask\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@telitask/mcp-server\"]\n    }\n  }\n}\n```\n\nRestart Claude Desktop after saving.\n\n</details>\n\n<details>\n<summary><strong>Claude Code</strong></summary>\n\n```bash\nclaude mcp add telitask -- npx -y @telitask/mcp-server\n```\n\n</details>\n\n<details>\n<summary><strong>Cursor</strong></summary>\n\nAdd to `.cursor/mcp.json` in your project or globally:\n\n```json\n{\n  \"mcpServers\": {\n    \"telitask\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@telitask/mcp-server\"]\n    }\n  }\n}\n```\n\n</details>\n\n<details>\n<summary><strong>VS Code (Copilot)</strong></summary>\n\n1. Open the Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`)\n2. Run **MCP: Add Server**\n3. Select **Command (stdio)**\n4. Enter command: `npx -y @telitask/mcp-server`\n5. Name it `telitask`\n\nOr add manually to `.vscode/settings.json`:\n\n```json\n{\n  \"mcp\": {\n    \"servers\": {\n      \"telitask\": {\n        \"command\": \"npx\",\n        \"args\": [\"-y\", \"@telitask/mcp-server\"]\n      }\n    }\n  }\n}\n```\n\n</details>\n\n<details>\n<summary><strong>Windsurf</strong></summary>\n\nAdd to your `mcp_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"telitask\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@telitask/mcp-server\"]\n    }\n  }\n}\n```\n\n</details>\n\n> **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.\n\n### Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `call_me` | Request a call to your phone |\n| `make_call` | Make a call to a contact |\n| `schedule_call` | Schedule a call for later |\n| `cancel_call` | Cancel a scheduled call |\n| `list_calls` | List call history |\n| `get_call` | Get call details with transcript |\n| `list_contacts` | List your contacts |\n| `create_contact` | Create a new contact |\n| `list_tasks` | List your tasks |\n| `create_task` | Create a new task |\n| `update_task` | Update an existing task |\n| `send_phone_code` | Send a verification code to a phone number |\n| `verify_phone_code` | Verify a phone number with a 6-digit code |\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md) for release history.\n\n## License\n\n© 2026 Telitask. All rights reserved.\n",
  "bytes": 3886,
  "sha": "5e8fe108e0f8043b121d22195aeba106569b38d92fd595cefd01d6534a19e9a7",
  "repo_slug": "telitask/telitask-ai",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_karanivincent_telitask_mcp_cd714f52/readme"
}