Communication|AI / ML|ProductivityDart
chatmcp
ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).
N/A rating (0 reviews)0 installs2,185 GitHub stars
AIchatMCP
ChatMCP is a cross-platform AI chat client that supports various operating systems including macOS, Windows, Linux, iOS, Android, and Web. It provides a unified experience with features like dark theme support and optimized UI layout for different environments.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"chatmcp": {
"args": [
"-y",
"@modelcontextprotocol/server-chatmcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.