ChatMCP
About
A cross-platform AI chat client supporting desktop, mobile, and web platforms.
Details
- Author
- daodao97
- Categories
- Communication, Other, AI, Productivity
Jump to
Linux Requirements (Ubuntu 22.04 and 24.04)
For running ChatMCP AppImage/DEB on Ubuntu and derivatives, install the following runtime packages:
- AppImage (FUSE):libfuse2
- GTK 3:libgtk-3-0
- Graphics/EGL:
- Ubuntu 22.04:libegl1-mesa,libgles2,libgl1-mesa-dri,libglx-mesa0
- Ubuntu 24.04:libegl1,libgles2,libgl1-mesa-dri,libglx-mesa0
sudo apt install -y libfuse2 libgtk-3-0 libegl1-mesa libgles2 libgl1-mesa-dri libglx-mesa0 libx11-6 xdg-utils libsqlite3-0 libsqlite3-dev
sudo apt install -y libfuse2 libgtk-3-0 libegl1 libgles2 libgl1-mesa-dri libglx-mesa0 libx11-6 xdg-utils libsqlite3-0 libsqlite3-dev
Optional (recommended):mesa-vulkan-drivers,mesa-utils(for diagnostics like glxinfo)
- Configure Your LLM API Key and Endpoint inSettingPage
- Install MCP Server fromMCP ServerPage
- Chat with MCP Server
ChatMCP follows platform-specific best practices for data storage:
~/.local/share/ChatMcp/ # Honors $XDG_DATA_HOME if set ~/.local/share/run.daodao.chatmcp # Flutter dependency
All platforms store data in a unified directory structure:
- logsfolder - Application logs
- chatmcp.db- Main database file containing chat history and messages
- shared_preferences.json- Application settings and preferences
- mcp_server.json- MCP server configurations
To completely reset the application (delete all chat history, settings, and configurations):
rm -rf ~/Library/Application\ Support/ChatMcp
rm -rf ~/.local/share/ChatMcp rm -rf ~/.local/share/run.daodao.chatmcp
To develop or run ChatMCP, you need to have](https://deepwiki.com/daodao97/chatmcp)Flutterinstalled.
Follow the official[Flutter installation guidefor your platform.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





