Delive Audio & ASR

v1.0.0Developer Toolsstable

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.

agent-skillaiasrcaptionsdesktop-app
Share:
174
Stars
0
Downloads
0
Weekly
0/5

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

System audio capture and transcription
Live captions (12 ASR backends)
AI-powered content summarization
XimilalaXiang

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx delive

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 DeLive
2

Install all dependencies

The project uses a workspace structure. Install all packages across the monorepo with a single command.

npm run install:all
3

Launch 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 dev
4

Enable 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.

5

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.

6

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.

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.

Quick Config Preview

{ "mcpServers": { "delive": { "command": "npx", "args": ["-y", "delive"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides