An Electron-based AI Chat Application for MCP Clients
I needed a simple and reliable chat interface that could interact with MCP. Instead of relying on unverified tools or code, I decided it would be better to develop one myself — which led to the creation of this project.
# 1. Clone the repository
git clone https://github.com/kilkat/ChatTron.git
cd ChatTron
# 2. Install dependencies
npm install
# 3. Generate Tailwind CSS output
npm run dev:css
# 4. Start the Electron app
npm start

