.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/daodao97/chatmcp
home/mcp-servers/daodao97/chatmcp
daodao97 avatar

chatmcp

bydaodao97· 1 MCP server

Stars

2.2k

Forks

208

Category

AI Agents & MCP

View on GitHub

TL;DR

Cross-platform Macos | Windows | Linux | iOS | Android | Web AI Chat Client

How to install chatmcp?

daodao97/chatmcp
$git clone https://github.com/daodao97/chatmcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install chatmcp by running `git clone https://github.com/daodao97/chatmcp`, then use it for the current task and follow its documentation at https://github.com/daodao97/chatmcp.

Files · 1

View on GitHub
README.md
1<div align="center">
2<img src="./assets/logo.png" alt="logo" width="120" height="120">
3<h1>chatmcp</h1>
4 
5Cross-platform `Macos | Windows | Linux | iOS | Android | Web` AI Chat Client
6 
7[English](./README.md) | [简体中文](./README_ZH.md) | [Türkçe](./README_TR.md)
8 
9</div>
10 
11## Install
12 
13| macOS | Windows | Linux | iOS | Android | Web |
14|---------------------------------------------------------|---------------------------------------------------------|-----------------------------------------------------------|----------------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------|
15| [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) ² |
16 
17¹ **Linux Notes:**
18- See Linux requirements below for AppImage/DEB runtime dependencies on Ubuntu 22.04 and 24.04
19- 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
20- Tested on major distributions: Ubuntu, Fedora, Arch Linux, openSUSE
21 
22² Note: Web version runs entirely in your browser with local storage for chat history and settings.
23 
24## Documentation
25 
26Also, you can use DeepWiki to get more information about chatmcp.
27[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/daodao97/chatmcp) DeepWiki is an AI-powered platform that transforms any
28public GitHub repository into a fully interactive, easy-to-understand wiki. By analysing code, documentation, and configuration files, it creates
29clear explanations, interactive diagrams, and even allows for real-time Q&A with the AI.
30 
31## Preview
32 
33![Artifact Display](./docs/preview/artifact.gif)
34![Thinking Mode](./docs/preview/think.webp)
35![Generate Image](./docs/preview/gen_img.webp)
36![LaTeX Support](./docs/preview/latex.webp)
37![HTML Preview](./docs/preview/html-preview.webp)
38![Mermaid Diagram](./docs/preview/mermaid.webp)
39![MCP Workflow](./docs/preview/mcp-workerflow.webp)
40![MCP InMemory](./docs/preview/mcp-inmemory.webp)
41![MCP Tools](./docs/preview/mcp-tools.webp)
42![LLM Provider](./docs/preview/llm-provider.webp)
43![MCP Stdio](./docs/preview/mcp-stdio.webp)
44![MCP SSE](./docs/preview/mcp-sse.webp)
45 
46### Data Sync
47 
48ChatMCP applications can sync data within the same local area network
49 
50![Data sync](./docs/preview/data-sync.webp)
51 
52## Usage
53 
54Make sure you have installed `uvx` or `npx` in your system
55 
56### MacOS
57 
58```bash
59# uvx
60brew install uv
61 
62# npx
63brew install node
64```
65 
66### Linux
67 
68```bash
69# uvx
70curl -LsSf https://astral.sh/uv/install.sh | sh
71 
72# npx (using apt)
73sudo apt update
74sudo apt install nodejs npm
75```
76 
77### Linux Requirements (Ubuntu 22.04 and 24.04)
78 
79For running ChatMCP AppImage/DEB on Ubuntu and derivatives, install the following runtime packages:
80 
81- AppImage (FUSE): `libfuse2`
82- GTK 3: `libgtk-3-0`
83- Graphics/EGL:
84 - Ubuntu 22.04: `libegl1-mesa`, `libgles2`, `libgl1-mesa-dri`, `libglx-mesa0`
85 - Ubuntu 24.04: `libegl1`, `libgles2`, `libgl1-mesa-dri`, `libglx-mesa0`
86- X11 utilities and SQLite: `libx11-6`, `xdg-utils`, `libsqlite3-0`
87 
88Install commands:
89 
90- Ubuntu 22.04:
91```bash
92sudo apt install -y libfuse2 libgtk-3-0 libegl1-mesa libgles2 libgl1-mesa-dri libglx-mesa0 libx11-6 xdg-utils libsqlite3-0 libsqlite3-dev
93```
94 
95- Ubuntu 2

Preview

daodao97/chatmcpdaodao97/chatmcp
Repodaodao97/chatmcp
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedSep 2025
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPaichat

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k