@Hyperwhisper/
БесплатноНе проверенEnables Cursor, Claude, and other MCP agents to interact with the HyperWhisper app for voice transcription, model management, and recording search.
Описание
Enables Cursor, Claude, and other MCP agents to interact with the HyperWhisper app for voice transcription, model management, and recording search.
README
Model Context Protocol server that lets Cursor, Claude Desktop, Claude Code, and any other MCP-capable agent talk to a running HyperWhisper app. The agent gets seven tools: health, list_models, list_modes, transcribe, post_process, search_recordings, and get_recording.
Prerequisites
- Install HyperWhisper for macOS.
- Open Settings → Local API and turn the toggle on.
- Make sure
node(>= 18) is on yourPATHsonpxcan run the bridge.
The MCP server discovers the local API automatically by reading ~/Library/Application Support/HyperWhisper/local-api.json, which the HyperWhisper app writes when the toggle is on.
Install
The bridge is published as @hyperwhisper/mcp. No global install needed:
npx -y @hyperwhisper/mcp
Client configuration
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"hyperwhisper": {
"command": "npx",
"args": ["-y", "@hyperwhisper/mcp"]
}
}
}
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"hyperwhisper": {
"command": "npx",
"args": ["-y", "@hyperwhisper/mcp"]
}
}
}
Claude Code
claude mcp add hyperwhisper -- npx -y @hyperwhisper/mcp
Verify
In a fresh agent session ask:
Use hyperwhisper to transcribe
/Users/me/voice.wav.
The agent should call the transcribe tool and return the text.
Docs
Full setup guide and troubleshooting: https://hyperwhisper.com/docs/api-reference/local-api/mcp-setup.
License
MIT
Установка @Hyperwhisper/
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hyperwhisper-app/hyperwhisper-mcpFAQ
@Hyperwhisper/ MCP бесплатный?
Да, @Hyperwhisper/ MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Hyperwhisper/?
Нет, @Hyperwhisper/ работает без API-ключей и переменных окружения.
@Hyperwhisper/ — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить @Hyperwhisper/ в Claude Desktop, Claude Code или Cursor?
Открой @Hyperwhisper/ на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Hyperwhisper/ with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
