
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@shantur/jarvis-mcp
Advanced tools
Jarvis MCP – Browser-based voice input/output for AI Assistant conversations via MCP (Model Context Protocol)
Bring your AI to life—talk to assistants instantly in your browser. Compatible with Claude Desktop, OpenCode, and other MCP-enabled AI tools.
✅ No extra software, services, or API keys required—just open the web app in your browser and grant microphone access.
🎙️ Voice Conversations - Speak naturally with AI assistants
🌍 30+ Languages - Speech recognition in multiple languages
📱 Remote Access - Use from phone/tablet while AI runs on computer
⚙️ Smart Controls - Collapsible settings, always-on mode, custom voices
⏱️ Dynamic Timeouts - Intelligent wait times based on response length
🔌 Optional Whisper Streaming - Plug into a local Whisper server for low-latency transcripts
Claude Desktop:
npx @shantur/jarvis-mcp --install-claude-config
# Restart Claude Desktop and you're ready!
OpenCode (in current project):
npx @shantur/jarvis-mcp --install-opencode-config --local
npx @shantur/jarvis-mcp --install-opencode-plugin --local
# Start OpenCode and use the converse tool
Claude Code CLI:
npx @shantur/jarvis-mcp --install-claude-code-config --local
# Start Claude Code CLI and use voice tools
From NPM:
npm install -g @shantur/jarvis-mcp
jarvis-mcp
From Source:
git clone <repository-url>
cd jarvis-mcp
npm install && npm run build && npm start
jarvis-mcphttps://localhost:5114 (opens automatically)converse tool in your AI assistantUse the converse tool to start talking:
- converse("Hello! How can I help you today?", timeout: 35)
The web interface provides:
Access from any device on your network:
ifconfig | grep inet (Mac/Linux) or ipconfig (Windows)https://YOUR_IP:5114 on your phone/browserPerfect for continuing conversations away from your desk!
export MCP_VOICE_AUTO_OPEN=false # Disable auto-opening browser
export MCP_VOICE_HTTPS_PORT=5114 # Change HTTPS port
export MCP_VOICE_STT_MODE=whisper # Switch the web app to Whisper streaming
export MCP_VOICE_WHISPER_URL=http://localhost:12017/v1/audio/transcriptions # Whisper endpoint (full path)
export MCP_VOICE_WHISPER_TOKEN=your_token # Optional Bearer auth for Whisper server
whisper-server sees OpenAI-compatible requests.whisper-server endpoint at http://localhost:12017/v1/audio/transcriptions; point MCP_VOICE_WHISPER_URL at your own host/port if you run it elsewhere.[BLANK_AUDIO], (typing)), so only real speech is queued.whisper-server from pfrankov/whisper-server).MCP_VOICE_STT_MODE=whisper and the full MCP_VOICE_WHISPER_URL).jarvis-mcp and hard-refresh the browser (empty-cache reload) to load the streaming bundle.voice_status() tool) now reports whether Whisper or browser STT is active.pfrankov/whisper-server) if you want streaming STT via MCP_VOICE_STT_MODE=whisperCertificate warnings on mobile?
Microphone not working?
AI not responding to voice?
converse tool is being used (not just speak)npm install
npm run build
npm run dev # Watch mode
npm run start # Run server
MIT
FAQs
Jarvis MCP – Browser-based voice input/output for AI Assistant conversations via MCP (Model Context Protocol)
We found that @shantur/jarvis-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.