Back to MCP Servers

Speech.sh

Let the agent speak things out loud, notify you when he's done working with a quick summary

other-tools-and-integrationsagent
By j3k0

Installation

npx -y speech.sh

Configuration

{
  "mcpServers": {
    "speech.sh": {
      "command": "npx",
      "args": ["-y", "speech.sh"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub