Metadata-Version: 2.4
Name: iflow-mcp_stephentth-chatty-mcp
Version: 0.1.0
Summary: An MCP server that adds voice output to your AI editor
Project-URL: Homepage, https://chatty-mcp.vercel.app/
Project-URL: Bug Tracker, https://github.com/stephentth/chatty-mcp/issues
Project-URL: Documentation, https://chatty-mcp.vercel.app/docs/welcome
Project-URL: Source Code, https://github.com/stephentth/chatty-mcp
Author-email: Chatty MCP Contributors <example@example.com>
License-File: LICENSE.TXT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.1
Requires-Dist: kokoro-onnx>=0.4.8
Requires-Dist: mcp[cli]>=1.6.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: sounddevice>=0.4.6
Requires-Dist: soundfile>=0.12.1
Description-Content-Type: text/markdown

# Chatty MCP

Oh, hello there! Meet **Chatty MCP**, your new best buddy who *loves* to chat out loud! After every request in Cursor, Cline, or any MCP-supported editor, it will speak up and summarize what was just done. Not only will you know when your long request has completed, but you can also use another sense to quickly understand what the editor produced, integrating deeply with your workflow for a better coding experience.

Check out our main website for documentation, demos, and configuration: https://chatty-mcp.vercel.app/

![Chatty MCP Demo](documentation-site/static/videos/chatty-mcp-demo.gif)

## Why?

1. Waiting for Cursor to complete your requests can be tedious - you're just staring at a black screen. With Chatty MCP, you can Alt+Tab to another window while Cursor is thinking, and return when you hear the voice announcement.
2. You don't need to read everything produced by your AI - just listen to the summary and quickly decide if it's going in the right direction, then make adjustments as needed.
3. Having your computer interact with you by voice is an interesting coding experience.

Additionally, this gives you the ability to customize the voice. Use your system's built-in TTS for convenience, Kokoro TTS for smooth and natural voice output, or even Fish TTS for anime-style voices in the future.

## How to Get and Configure Chatty

I don't like extremely long READMEs as documentation, so visit our site for everything you need to know: https://chatty-mcp.vercel.app/docs/welcome

## Note

For Kokoro ONNX model to work, you must download the Kokoro model and place it in the correct directory. Check the documentation's Speech Engine section for more information.

*Made with 💖 by folks who believe every computer needs a voice!*
