MCP Directory
Back

chat-mcp

by AI-QL · HTML · ★ 244

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers