Delive Audio & ASR
System audio capture + multi-provider ASR + local-first AI review workspace. Floating live captions, 12 ASR backends, 60+ languages, AI summary/chat/mindmap, Open API, MCP server, and Agent Skill.
What is Delive Audio & ASR?
Delive Audio & ASR is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to system audio capture + multi-provider asr + local-first ai review workspace. floating live captions, 12 asr backends, 60+ languages, ai summary/chat/mindmap, open api, mcp server, and agent skill.
System audio capture + multi-provider ASR + local-first AI review workspace. Floating live captions, 12 ASR backends, 60+ languages, AI summary/chat/mindmap, Open API, MCP server, and Agent Skill.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- System audio capture + multi-provider ASR + local-first AI r
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx deliveConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Delive Audio & ASR
DeLive is a local-first desktop application (built with Electron and React) that captures system audio and transcribes it using your choice of 12 different ASR backends spanning cloud streaming providers like Deepgram, AssemblyAI, and Groq, as well as local options including whisper.cpp. It exposes a local MCP server that AI agents such as Claude can connect to for real-time transcription data, AI-generated summaries, and live captions across 60+ languages. Developers and power users who need accurate meeting transcription with offline privacy controls will find it especially useful.
Prerequisites
- Node.js 18 or later and npm installed
- Git for cloning the repository
- An account and API key for at least one supported ASR provider (Deepgram, AssemblyAI, Groq, Gladia, etc.) or a local whisper.cpp setup
- A desktop OS: macOS, Windows, or Linux
- An MCP-compatible client such as Claude Desktop to connect to the exposed MCP server
Clone the DeLive repository
DeLive is installed from source. Clone the monorepo and move into the project directory.
git clone https://github.com/XimilalaXiang/DeLive.git
cd DeLiveInstall all dependencies
The project uses a workspace structure. Install all packages across the monorepo with a single command.
npm run install:allLaunch DeLive in development mode
Start the Electron desktop application. On first run, open the Settings panel to add your ASR provider API keys. Credentials are stored encrypted via Electron safeStorage.
npm run devEnable the MCP server in DeLive settings
In the DeLive UI, navigate to Settings and enable the MCP / Open API option. All API endpoints are disabled by default. Once enabled, the server listens on localhost with an optional Bearer token for authentication.
Connect Claude Desktop to the DeLive MCP server
Add the DeLive MCP endpoint to your Claude Desktop configuration. The server communicates via a local REST API and WebSocket, so you connect using the SSE or streamable HTTP URL exposed by DeLive.
Select an ASR backend and start capturing
Choose your preferred ASR provider in DeLive (e.g. Groq for fast transcription, whisper.cpp for offline), then start audio capture. Transcription results stream in real time and are accessible via the MCP server.
Delive Audio & ASR Examples
Client configuration
Connect Claude Desktop to a locally running DeLive MCP server using the SSE transport. Adjust the port if DeLive is configured differently.
{
"mcpServers": {
"delive": {
"command": "npx",
"args": ["delive"],
"env": {}
}
}
}Prompts to try
Use Claude to interact with DeLive transcription data through the MCP connection.
- "Summarize the last 5 minutes of captured audio"
- "What were the key action items mentioned in today's meeting?"
- "Translate the latest transcript segment into Spanish"Troubleshooting Delive Audio & ASR
npm run install:all fails with peer dependency errors
Run 'npm install --legacy-peer-deps' inside the project root, or ensure you are using Node.js 18+. The project targets Electron 40 which requires a modern Node version.
Audio capture does not start on macOS
Grant DeLive microphone and screen recording permissions in System Settings > Privacy & Security. System audio capture on macOS requires the screen recording permission in addition to microphone access.
Claude cannot reach the DeLive MCP server
Make sure the MCP server is enabled inside DeLive's settings (it is off by default). If you set a Bearer token, include it in your client configuration. Check that no firewall is blocking the localhost port DeLive is listening on.
Frequently Asked Questions about Delive Audio & ASR
What is Delive Audio & ASR?
Delive Audio & ASR is a Model Context Protocol (MCP) server that system audio capture + multi-provider asr + local-first ai review workspace. floating live captions, 12 asr backends, 60+ languages, ai summary/chat/mindmap, open api, mcp server, and agent skill. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Delive Audio & ASR?
Follow the installation instructions on the Delive Audio & ASR GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Delive Audio & ASR?
Delive Audio & ASR works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Delive Audio & ASR free to use?
Yes, Delive Audio & ASR is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
Delive Audio & ASR Alternatives — Similar Developer Tools Servers
Looking for alternatives to Delive Audio & ASR? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Delive Audio & ASR in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Delive Audio & ASR?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.