Setup Guide
Follow these steps to initialize your voice server.
1
Clone
Fetch the repository to your local directory.
git clone https://github.com/fellowgeek/mcp-speak.git
2
Dependencies
Install the required Python packages.
pip install -r requirements.txt
Integration
Add MCP server to your agent configuration files.
Gemini CLI Config
{
"mcpServers": {
"voice": {
"command": "python3",
"args": ["/ABSOLUTE/PATH/TO/speak_server.py"]
}
}
}
Claude CLI Config
claude mcp add voice python3 -- /ABSOLUTE/PATH/TO/speak_server.py
Claude Desktop Config
{
"mcpServers": {
"voice": {
"command": "python3",
"args": ["/ABSOLUTE/PATH/TO/speak_server.py"]
}
}
}
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
Initialize Persona
Select a character above to view its communication protocol.
Updates dynamically based on selection