Chat
ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).
ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).
{
"mcpServers": {
"existing-mcp-servers": [],
"your-mcp-server": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/username/your-mcp-server",
"your-mcp-server"
]
}
}
}
chatmcp Cross-platform `Macos | Windows | Linux | iOS | Android | Web` AI Chat Client [English](./README.md) | [简体中文](./README_ZH.md) | [Türkçe](./README_TR.md) ## Install | macOS | Windows | Linux | iOS | Android | Web | |---------------------------------------------------------|---------------------------------------------------------|-----------------------------------------------------------|----------------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------| | [Release](https://github.com/daodao97/chatmcp/releases) | [Release](https://github.com/daodao97/chatmcp/releases) | [Release](https://github.com/daodao97/chatmcp/releases) ¹ | [TestFlight](https://testflight.apple.com/join/dCXksFJV) | [Release](https://github.com/daodao97/chatmcp/releases) | [GitHub Pages](https://daodao97.github.io/chatmcp) ² | ¹ **Linux Notes:** - See Linux requirements below for AppImage/DEB runtime dependencies on Ubuntu 22.04 and 24.04 - Improved Experience: Latest versions include better dark theme support, unified data storage following [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), and optimized UI layout for Linux desktop environments is planned - Tested on major distributions: Ubuntu, Fedora, Arch Linux, openSUSE ² Note: Web version runs entirely in your browser with local storage for chat history and settings. ## Documentation Also, you can use DeepWiki to get more information about chatmcp. [](https://deepwiki.com/daodao97/chatmcp) DeepWiki is an AI-powered platform that transforms any public GitHub repository into a fully interactive, easy-to-understand wiki. By analysing code, documentation, and configuration files, it creates clear explanations, interactive diagrams, and even allows for real-time Q&A with the AI. ## Preview             ### Data Sync ChatMCP applications can sync data within the same local area network  ## Usage Make sure you have installed `uvx` or `npx` in your system ### MacOS ```bash # uvx brew install uv # npx brew install node ``` ### Linux ```bash # uvx curl -LsSf https://astral.sh/uv/install.sh | sh # npx (using apt) sudo apt update sudo apt install nodejs npm ``` ### 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...
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser funct...
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via...
A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and exte...
Build effective agents using Model Context Protocol and simple workflow patterns
A community driven registry service for Model Context Protocol (MCP) servers.