NANDA AI Agent Sunday Hack
by charles-cai · ai-ml · mcp-server, lobehub, social
一个集成 WhatsApp 消息和 ElevenLabs AI 语音功能的黑客松项目,通过 Model Context Protocol (MCP) 服务器在 VS Code 中实现。需要在 MCP 服务器配置文件中通过环境变量配置外部 API 密钥(例如 ElevenLabs API 密钥)。
Source: https://github.com/WeepsDanky/mit-sundai-hack-whatsapp-elevenlabs-mcp
Install
git clone https://github.com/WeepsDanky/mit-sundai-hack-whatsapp-elevenlabs-mcpUse this forAI-extracted
- →Send WhatsApp messages through MCP with text-to-speech synthesis using ElevenLabs
- →Build chatbots that receive WhatsApp messages and respond with AI-generated voice
- →Create voice-based notification systems that deliver messages via WhatsApp
Works with
Tags: mcp-server, lobehub, social
⭐ 35 GitHub stars · Source: lobehub
About ai-ml MCP servers and Claude skills
ai-ml MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
NANDA AI Agent Sunday Hack is one of hundreds of ai-ml entries indexed on Skiln. Browse the full ai-ml category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related ai-ml MCPs and skills
- MCP Instruct - Personal Knowledge Base with AI Agent Personas by hlsitechio
A sophisticated MCP server providing persistent personal and organizational knowledge across AI agents, acting as a memory layer for LLMs. Data is stored locally in JSON files at ~/.mcp-personal-kb/default.json (Mac/Linux) or C:\Users\[username]\.mcp-personal-kb\default.json (Windows).
- MCP Swimlanes Server by sean-perkins
将自然语言提示转换为 swimlanes.io 图表和图像的 MCP 服务器。需要本地的 syntax.md 文件以进行 LLM 提示验证。通过环境变量(例如 ANTHROPIC_API_KEY、OPENAI_API_KEY)配置 LLM API 密钥。
- Apple MCP Calnot by GitRegret
Provides MCP tools to read, search, create, append, and delete iCloud Notes by leveraging the authenticated Notes web app's internal JavaScript API, avoiding OCR or canvas parsing.
- internal-tools by littlehongman
Maps internal API endpoints to agent tools using OpenAPI specs, allowing agents to interact with internal services through natural language without per-agent tool wrappers.
- Safe Link Visual MCP by studyreadbook4ever
Checks URLs for phishing risks using URL, DNS, HTTP, HTML, and mobile rendering signals, and provides a 1024x1024 PNG visual summary of the page.
- MCP Skills Manager by cubicecho
A server that serves reusable markdown skills (instructions, playbooks, references) to agents, with a web UI for editing and organizing skills, profiles, and both HTTP and stdio transports.
- KakaoBoard by OnenOnlyLabs
Multi-AI orchestration MCP server enabling multiple AI models to be added as friends in KakaoTalk for discussion, research, and coding, with managed conversations and no API key sharing.
- MCP Server Examples by ahmad-zurih
A collection of Model Context Protocol implementations ranging from a minimal hello-world to an autonomous AI agent for software development.
Frequently asked questions
How do I install NANDA AI Agent Sunday Hack?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support NANDA AI Agent Sunday Hack?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is NANDA AI Agent Sunday Hack free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.