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
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
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.
Latest Blog Posts
- 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