After the release of MCP, I felt it was quite promising. I originally planned to develop a toolbox for MCP, but since Claude Desktop keeps getting banned, I had to develop a Chat myself. It has been open-sourced.
A Chat that supports the MCP protocol, using the OpenAI protocol and compatible with Claude Desktop configuration files. Supports Client hot loading, restart, and disable.
- 🪟Windows + 🍏MacOS
- Supports
nvm, see below - Resource support
- Partial support for Prompts
- Tools support
- Supports English and Chinese
-
- You need to configure your OpenAI style APIKEY
-
- Ensure that uvx or npx is installed on your system.
brew install uv
brew install node
cd electron && npm install
cd web && npm install
npm run dev
- MacOS may encounter damage or permission issues,
sudo xattr -d com.apple.quarantine /Applications/HyperChat.app - For MacOS
nvmusers, manually input PATHecho $PATH, it seems the Windows version ofnvmcan be used directly




