SkillAgentSearch skills...

simple-voice-mcp

Voice MCP Server - Add voice interaction (speak, listen, action) to LLMs through MCP with ElevenLabs TTS and React UI

Install / Use

claude mcp add CodingButter -- npx -y github:CodingButter/simple-voice-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

37/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "voice-mcp", "version": "1.0.6", "description": "Voice MCP Server - Add voice interaction capabilities (speak, listen, action) to LLMs through MCP with ElevenLabs TTS and React UI", "type": "module", "main": "src/index.tsx", "bin": { "voice-mcp": "src/index.tsx" }, "scripts": { "dev": "bun --hot src/index.tsx", "start": "NODE_ENV=production bun src/index.tsx", "build": "bun run build.ts", "prepublishOnly": "bun run build" }, "keywords": [ "mcp", "voice", "tts", "elevenlabs", "speech", "model-context-protocol", "llm", "ai", "assistant" ], "author": "codingbutter", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/CodingButter/simple-voice-mcp.git" }, "homepage": "https://github.com/CodingButter/simple-voice-mcp#readme", "bugs": { "url": "https://github.com/CodingButter/simple-voice-mcp/issues" }, "files": [ "src", "dist", "README.md", "LICENSE", "CLAUDE.md", "Project_Scope.md", "QUICKSTART.md" ], "engines": { "bun": ">=1.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.0", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-slot": "^1.2.3", "bun-plugin-tailwind": "^0.0.15", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "elevenlabs": "^1.59.0", "lucide-react": "^0.525.0", "react": "^19", "react-dom": "^19", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.11", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19", "@types/bun": "latest" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAI
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low