@hyperwhisper/mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@hyperwhisper/mcptranscribe /Users/me/voice.wav"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@hyperwhisper/mcp
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.
transcribe can also write the transcript straight to a file: set output_path and the tool saves the text to disk and returns only a short confirmation (path, character count, 200-char preview) instead of the full transcript — much more context-efficient for long recordings or when the agent only needs the text on disk. if_exists controls collisions (fail / overwrite / append), and post_process_preset / post_process_prompt clean the text up before it's written.
Prerequisites
Install HyperWhisper for macOS or Windows.
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 the discovery file the HyperWhisper app writes when the toggle is on:
macOS:
~/Library/Application Support/HyperWhisper/local-api.jsonWindows:
%LOCALAPPDATA%\HyperWhisper\local-api.json
Related MCP server: Elba MCP Server
Install
The bridge is published as @hyperwhisper/mcp. No global install needed:
npx -y @hyperwhisper/mcpClient 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 (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"hyperwhisper": {
"command": "npx",
"args": ["-y", "@hyperwhisper/mcp"]
}
}
}Claude Code
claude mcp add hyperwhisper -- npx -y @hyperwhisper/mcpVerify
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Carbon Voice MCP serves as a bridge that connects AI assistants like ChatGPT, Claude, and Cursor to a user's Carbon Voice account, turning voice messages and conversations into a private, on-demand knowledge base. It provides 28 specialized tools for comprehensive voice messaging management, including creating and sending messages, accessing conversation history with instant transcription, running AI actions (summarization, TLDR generation, meeting notes), and managing workspace collaboration through folders, contacts, and team communications.
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Run your website's AI support agent from Claude, Cursor or any MCP client. Manage the knowledge base, edit agent instructions, read conversations and leads, reply live to visitors, and check plan usage. 54 tools, OAuth sign-in, no API key. Free with every Asyntai account: https://asyntai.com/documentation/mcp/
Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to access Plaud Note recordings, providing direct access to speaker-diarized transcripts and AI-generated meeting summaries. Users can search, list, and retrieve recording details directly within MCP-compatible clients like Claude and Cursor.1-
- AlicenseAqualityDmaintenanceManage voice AI agents from Claude Code, Cursor, VS Code, or any MCP-compatible assistant.3153MIT

movoice-mcpofficial
AlicenseNot gradedqualityCmaintenanceCreate and manage voice AI agents using natural language from Claude Desktop or Cursor. Enables agent creation, listing, updating, deletion, and viewing call logs.13MIT- AlicenseAqualityBmaintenanceProvides browser automation, audio transcription, and LLM chat as MCP tools for any agent.7MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyperwhisper-app/hyperwhisper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server