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.
{
"mcpServers": {
"voice": {
"command": "/ABSOLUTE/PATH/TO/run.sh"
}
}
}
claude mcp add --scope user voice -- /ABSOLUTE/PATH/TO/run.sh
{
"mcpServers": {
"voice": {
"command": "/ABSOLUTE/PATH/TO/run.sh"
}
}
}
{
"mcpServers": {
"voice": {
"command": "/ABSOLUTE/PATH/TO/run.sh"
}
}
}
{
"mcpServers": {
"voice": {
"command": "/ABSOLUTE/PATH/TO/run.sh"
}
}
}
[mcp_servers.voice] command = "/ABSOLUTE/PATH/TO/run.sh"
codex mcp add voice -- /ABSOLUTE/PATH/TO/run.sh
Personality Profiles
Standard agents are boring. Select a persona to see how it modifies your agent's spoken behavior.
Sarcastic Senior
Eager Intern
Existential Emo
Pun Master
Tech Priest
Agent Smith
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