Yak MCP
Click on "Deploy 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., "@Yak MCPsay "I've finished refactoring the database module.""
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.
yak-mcp
Installation
Download the installer for your platform (Windows, Linux) from the Release Page.
Note for macOS users: I was unable to build a macOS installer in my environment. If you need it, please build it yourself following the instructions in this repository. Thank you for your understanding.
Related MCP server: mcp-tts
Setup
When you first launch the application, the settings screen will appear.
MCP Server
Host: Enter the IP address to bind the server.
If you want to use it from a coding agent inside a devcontainer, setting it to
0.0.0.0is recommended.
Port: Specify an available port for the server.
TTS (Text-to-Speech)
Lang: Choose the language for speech output.
Volume: Adjust the speaking volume.
Pitch: Set the pitch (voice height).
Rate: Set the reading speed.
After saving your settings, the MCP server will start on the specified port.
From the next launch onwards, the MCP server will automatically start when the app launches.
You can reopen the settings screen from the task tray whenever you want to change your configuration.
Configuring Your Coding Agent
Add the following configuration to your coding agent to connect to the MCP server:
"yak": {
"type": "http",
"url": "http://localhost:8080/mcp"
}If you are using Docker Desktop and want to connect from a devcontainer, set the host to
host.docker.internal.If you are connecting from a local coding agent,
localhostworks fine.Make sure the port number matches the one specified in the settings.
To allow unconditional access to this tool, enable the yak.say permission.
Testing
Once the setup is complete, start your coding agent and try the following instruction:
use yak, say "Hello."If the agent speaks, the setup is successful.
Enjoy using your noisy, talkative coding agent!
For Developers
Recommended IDE Setup
Project Setup
Install
pnpm installDevelopment
pnpm devBuild
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linuxThis server cannot be deployed
Maintenance
Related MCP Connectors
- ChamadeOAuthio.chamade
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Manage ElevenLabs voice agents and generate speech, music, sound effects, images, and video.
Speech, transcription, voice agents, Trace, Recap, dubbing and narration with browser OAuth.
AI voice generation: text-to-speech and voice cloning from any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables continuous voice conversation with AI coding assistants by locally transcribing speech with Whisper and delivering utterances as text prompts.1MIT
- AlicenseNot gradedqualityDmaintenanceAdds text-to-speech capabilities to Cursor IDE, allowing your AI assistant to speak responses, summaries, and explanations out loud using OpenAI or ElevenLabs.1Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI agents to synthesize natural speech using either platform system voices or premium OpenAI TTS, with automatic engine selection and graceful fallback.19 npmMIT
- AlicenseNot gradedqualityDmaintenanceMulti-engine text-to-speech for AI coding assistants. Speaks responses aloud from Claude Code, Cursor, or VS Code via a Claude Code plugin, MCP server, or CLI pipe.MIT