★ 2196 Dart Apache-2.0 sse 更新 1分钟前

Chat

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"
            ]
        }
    }
}

README 摘要

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. [![Ask DeepWiki](https://deepwiki.com/badge.svg)](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 ![Artifact Display](./docs/preview/artifact.gif) ![Thinking Mode](./docs/preview/think.webp) ![Generate Image](./docs/preview/gen_img.webp) ![LaTeX Support](./docs/preview/latex.webp) ![HTML Preview](./docs/preview/html-preview.webp) ![Mermaid Diagram](./docs/preview/mermaid.webp) ![MCP Workflow](./docs/preview/mcp-workerflow.webp) ![MCP InMemory](./docs/preview/mcp-inmemory.webp) ![MCP Tools](./docs/preview/mcp-tools.webp) ![LLM Provider](./docs/preview/llm-provider.webp) ![MCP Stdio](./docs/preview/mcp-stdio.webp) ![MCP SSE](./docs/preview/mcp-sse.webp) ### Data Sync ChatMCP applications can sync data within the same local area network ![Data sync](./docs/preview/data-sync.webp) ## 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...

相关 MCP

Fastapi

Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!

★ 11870 Python sse 待补充
mcp Python sse

Chrome

Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser funct...

★ 11662 TypeScript sse 有配置
mcp sse TypeScript

Unity

Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via...

★ 9768 C# sse 有配置
mcp sse C#

Go

A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and exte...

★ 8722 Go sse 待补充
mcp sse Go

Agent

Build effective agents using Model Context Protocol and simple workflow patterns

★ 8330 Python sse 待补充
mcp Python sse

Registry

A community driven registry service for Model Context Protocol (MCP) servers.

★ 6836 Go sse 待补充
mcp sse Go