MCP Directory
Back

chat-mcp

by AI-QL · HTML · ★ 242

A Desktop Chat App that leverages MCP(Model Context Protocol) to interface with other LLMs.

#electron#mcp#mcp-client#model-context-protocol

Install

git clone https://github.com/AI-QL/chat-mcp.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": {
    "chat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:AI-QL/chat-mcp"
      ]
    }
  }
}

From the README

This desktop application utilizes the MCP (Model Context Protocol) to seamlessly connect and interact with various Large Language Models (LLMs). Built on Electron, the app ensures full cross-platform compatibility, enabling smooth operation across different operating systems. The primary objective of this project is to deliver a clean, minimalistic codebase that simplifies understanding the core principles of MCP. Additionally, it provides a quick and efficient way to test multiple servers and LLMs, making it an ideal tool for developers and researchers alike. This project originated as a mo…
Read full README on GitHub →

Related other servers