CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Telitask Mcp

telitask/telitask-ai
STDIOregistry active
Summary

Connects your AI assistant to TeliTask's phone and productivity platform. Exposes tools to initiate, schedule, and cancel calls with AI-generated transcripts, plus CRUD operations for contacts and tasks. The workflow is straightforward: authenticate once with `npx @telitask/mcp-server login`, then ask Claude or Cursor to call someone, retrieve call transcripts, or manage your task list. You can even request a call to your own phone or send verification codes. Useful if you're already in the TeliTask ecosystem and want your assistant handling outbound calls or task coordination without switching contexts.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

TeliTask

AI-powered phone calls, task management, and contact organization

npm version

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)
  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Run MCP: Add Server
  3. Select Command (stdio)
  4. Enter command: npx -y @telitask/mcp-server
  5. 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

ToolDescription
call_meRequest a call to your phone
make_callMake a call to a contact
schedule_callSchedule a call for later
cancel_callCancel a scheduled call
list_callsList call history
get_callGet call details with transcript
list_contactsList your contacts
create_contactCreate a new contact
list_tasksList your tasks
create_taskCreate a new task
update_taskUpdate an existing task
send_phone_codeSend a verification code to a phone number
verify_phone_codeVerify a phone number with a 6-digit code

Changelog

See CHANGELOG.md for release history.

License

© 2026 Telitask. All rights reserved.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@telitask/mcp-server
TransportSTDIO
UpdatedApr 9, 2026
View on GitHub