EarSay MCP
Click 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., "@EarSay MCPstart voice transcription and retrieve new text"
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.
EarSay MCP
MCP server for EarSay — continuous voice-to-text for coding agents.
Connects to a running EarSay transcription server and exposes voice input as MCP tools that any MCP-compatible agent (OpenCode, Claude, etc.) can use.
Features
Start/stop/pause/resume — full control over the transcription server
Poll for new text — call
voice_get_newto check what the user said since last timeCheckpoints — mark what you've already read so you only get new content
Status — check if the server is listening, paused, or stopped
Related MCP server: ParrotScribe MCP Server
Installation
pip install earsay-mcpRequires EarSay to be installed separately.
Usage
With OpenCode
Add to ~/.config/opencode/opencode.jsonc:
{
"mcpServers": {
"earsay": {
"command": "earsay-mcp"
}
}
}The agent will see these tools:
Tool | Description |
| Start the transcription server |
| Stop the server |
| Pause transcription |
| Resume transcription |
| Get all transcribed text |
| Get text since last checkpoint |
| Mark text as read |
| Server status |
With Claude Desktop
{
"mcpServers": {
"earsay": {
"command": "earsay-mcp"
}
}
}How It Works
Microphone → EarSay (faster-whisper) → HTTP API (localhost:3009)
↑
earsay-mcp (stdio JSON-RPC)
↑
OpenCode Agent (MCP client)The MCP server starts EarSay as a subprocess on first voice_start call, then translates all MCP tool calls into HTTP requests to EarSay's API.
Requirements
Python 3.10+
EarSay installed (
pip install earsay)Working microphone
License
MIT
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 Servers
- AlicenseAqualityFmaintenanceProvides local audio transcription using whisper.cpp, supporting multiple models and audio formats. Enables transcription of audio files via MCP tools with optional timestamps.3893MIT
- AlicenseAqualityFmaintenanceEnables AI agents to interact with the ParrotScribe transcription service on macOS, providing tools to start/stop transcription, retrieve real-time and historical transcripts, and search across sessions.813MIT
- AlicenseAqualityBmaintenanceProvides browser automation, audio transcription, and LLM chat as MCP tools for any agent.7MIT

Bolna MCP Serverofficial
Alicense-qualityCmaintenanceRemote MCP server wrapping the Bolna voice AI REST API, providing 11 tools (7 read, 4 write) for voice AI interactions.1MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.
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/AlastorMordrek/earsay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server