📡 MCP Radar

nikoloside/voice-notes

Local audio notes: record/import → local Whisper transcript → 3-layer LLM summary → cross-meeting knowledge graph. Self-hosted, no cloud. MCP server + shared graph viewer.

3 stars
1 forks
Python
momentum ▲ 8.0
created 2026-07-20
on radar since 2026-07-23
View on GitHub ↗

About voice-notes

Home → a meeting's 3-layer summary → the cross-meeting knowledge graph. (Placeholder demo data. ▶ full-quality MP4.)

Standalone local audio notes extracted from type-by-voice.

This tool records or imports audio, transcribes it locally with faster-whisper, and writes:

- transcript.md - notes.md - summary.md - audio.wav - meta.json

It does not do global push-to-talk dictation, tray UI, or paste text into the focused app. Those remain the responsibility of type-by-voice.

One-command install. It creates a Python venv, downloads the local Whisper transcription model, installs Ollama + a small local summary model, and writes a config — so transcription and summaries run fully locally, no cloud, out of the box.

Lighter machines can use a smaller model: VOICENOTESWHISPERMODEL=small ./install.sh (and VOICENOTESLLM=llama3.2:3b).

Layer 2/3 summaries need an LLM — run Ollama locally, or point openaiurl at an OpenAI-compatible server (see below).

The default page is . It can start/stop a recording, upload audio files, import macOS Voice Memos, and download the generated files. The generated notes are plain Markdown in a local folder — keep them in your own repo, share them, or read them from Claude via the MCP server.

The three layers run strictly in sequence — Layer 1 → Layer 2 → Layer 3:

- Layer 1: raw chunked transcript, written live as each audio segment finishes. Nothing else runs until the whole transcript is done. - Layer 2: once Layer 1 completes, the ENTIRE transcript is handed to the local Ollama model in one go, producing a detailed full-text summary grouped by topi

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/nikoloside--voice-notes.html)

Related MCP servers

bybit-exchange/kaas

Turn scattered notes, docs and transcripts into a queryable Markdown wiki — an LLM knowledge-base compiler with MCP access, no embeddings, self-hosted.

⭐ 82Python
alxgntv/substack-api-mcp

MCP server for Substack posts (FastMCP + substack-api-client)

⭐ 80Python
sm18lr88/STT-MCP

Fast, local speech-to-text MCP server

⭐ 56Python
simonw/mcp-explorer

CLI tool for exploring an MCP server

⭐ 50Python
sandeepbazar/ocm-mcp-server

An MCP server that lets AI agents operate a multi-cluster Kubernetes fleet through an Open Cluster Management hub, with policy, approval, and audit between the model and your clusters.

⭐ 49Python
Vladimir-Human/ru-marketplace-mcp

Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чт

⭐ 47Python

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.