HyperChat is a Chat client that utilizing APIs from various LLMs to achieve the best Chat experience
HyperChat provides a chat interface for multiple LLM providers with MCP server integration capabilities.
Multi-Provider Support
Configuration
"hyperchat": {
"command": "node",
"args": ["dist/index.js"],
"env": {
"OPENAI_API_KEY": "your_key_here",
"ANTHROPIC_API_KEY": "your_key_here"
}
}
Requirements
Development Setup
npm install
npm run build
npm run dev
| Platform | Support | |----------|---------| | Web | Chrome, Firefox, Safari | | Desktop | Electron wrapper | | Mobile | Progressive Web App |
The project focuses on providing a unified chat interface for multiple AI providers while maintaining compatibility with the Model Context Protocol ecosystem.