readless

hwjustin/readless
★ 0 stars Python 🤖 AI/LLM Updated today
Local MCP server that lets Claude Code speak status, summaries, and blocking questions out loud via OpenAI TTS.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "readless": {
      "command": "uvx",
      "args": [
        "readless"
      ]
    }
  }
}

Or install with pip: pip install readless