Speak MCP | Voice Interface for Agents

1 min read Original article ↗

Config copied to clipboard

MacOS Native

A specialized Model Context Protocol server for MacOS. Give your agents (like Google Antigravity, Claude Desktop, Cursor, Windsurf, or Codex) direct access to the system voice engine for real-time interaction.

Setup Guide

Follow these steps to initialize your voice server.

Clone Repository

Fetch the code and navigate into the project directory.

git clone https://github.com/fellowgeek/mcp-speak.git && cd mcp-speak

Run Setup Wizard

Configures your persona, permissions, and virtual environment automatically.

python3 setup.py

Manual Integration (Optional)

Running python3 setup.py configures your client automatically. Below are manual configuration reference snippets.

Personality Profiles

Standard agents are boring. Select a persona to see how it modifies your agent's spoken behavior.

Sarcastic Senior

Sarcastic Senior

Eager Intern

Eager Intern

Existential Emo

Existential Emo

Pun Master

Pun Master

Tech Priest

Tech Priest

Agent Smith

Agent Smith

Gothic Poet

Gothic Poet

Initialize Persona

Select a character above to view its communication protocol.

Updates dynamically based on selection

Recommended path: Save in your project root or ~/.codex/AGENTS.md

Designed for MacOS systems. This project provides a bridge between Model Context Protocol clients and local speech synthesis engines.