@telitask/mcp-server
OfficialCaracterísticas
Llamadas de voz con IA — Realiza y recibe llamadas telefónicas con transcripciones y resúmenes generados por IA
Gestión de contactos — Organiza y gestiona tus contactos
Seguimiento de tareas — Crea, asigna y realiza un seguimiento de las tareas
Servidor MCP — Integra con Claude Desktop, Claude Code, Cursor y más
Related MCP server: YaparAI Enterprise MCP Server
Servidor MCP
El paquete @telitask/mcp-server te permite gestionar contactos, tareas y llamadas directamente desde tu asistente de IA.
Requisitos previos
Node.js 18+
Una cuenta de TeliTask
Paso 1: Autentícate
npx @telitask/mcp-server loginEsto abre tu navegador para iniciar sesión y autorizar el servidor MCP.
Paso 2: Conecta tu cliente
Añade a tu claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}Reinicia Claude Desktop después de guardar.
claude mcp add telitask -- npx -y @telitask/mcp-serverAñade a .cursor/mcp.json en tu proyecto o globalmente:
{
"mcpServers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}Abre la Paleta de Comandos (
Ctrl+Shift+P/Cmd+Shift+P)Ejecuta MCP: Add Server
Selecciona Command (stdio)
Introduce el comando:
npx -y @telitask/mcp-serverNómbralo
telitask
O añádelo manualmente a .vscode/settings.json:
{
"mcp": {
"servers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}
}Añade a tu mcp_config.json:
{
"mcpServers": {
"telitask": {
"command": "npx",
"args": ["-y", "@telitask/mcp-server"]
}
}
}Nota: ¿No ves tu cliente? La mayoría de las herramientas compatibles con MCP usan el mismo formato de configuración. Consulta la documentación de MCP de tu cliente y usa la configuración anterior.
Herramientas disponibles
Tool | Descripción |
| Solicita una llamada a tu teléfono |
| Realiza una llamada a un contacto |
| Programa una llamada para más tarde |
| Cancela una llamada programada |
| Lista el historial de llamadas |
| Obtén detalles de la llamada con transcripción |
| Lista tus contactos |
| Crea un nuevo contacto |
| Lista tus tareas |
| Crea una nueva tarea |
| Actualiza una tarea existente |
| Envía un código de verificación a un número de teléfono |
| Verifica un número de teléfono con un código de 6 dígitos |
Historial de cambios
Consulta CHANGELOG.md para el historial de versiones.
Licencia
© 2026 Telitask. Todos los derechos reservados.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage phone numbers, send/receive SMS, and place voice calls through natural language, connecting to the phone network via the AgentPhone API.184114MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage social media accounts and CRM operations, including posting, analytics, inbox management, and customer management.22Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage CRM prospects, activities, reminders, and mailbox via natural language commands through the Model Context Protocol.3MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to control PSTN phone calls via TelePath, including dialing, hangup, and phone number management.19MIT
Related MCP Connectors
Let AI agents place real phone calls from your verified number, with transcripts and recordings.
Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Telitask/telitask-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server