MCP Directory
Back

chatmcp

by daodao97 · Dart · ★ 2,203

ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).

#ai#chat#client#mcp#mcp-client

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "chatmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:daodao97/chatmcp"
      ]
    }
  }
}

From the README

chatmcp Cross-platform AI Chat Client [English](./README.md) | [简体中文](./README_ZH.md) | [Türkçe](./README_TR.md) | macOS | Windows | Linux | iOS | Android | Web | |---------------------------------------------------------|---------------------------------------------------------|--------------…
Read full README on GitHub →

Related other servers