DeepChat
🐬DeepChat - A smart assistant that connects powerful AI to your personal world
What is DeepChat?
DeepChat is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🐬deepchat - a smart assistant that connects powerful ai to your personal world
🐬DeepChat - A smart assistant that connects powerful AI to your personal world
This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 🐬DeepChat - A smart assistant that connects powerful AI to y
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx deepchatConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use DeepChat
DeepChat is a cross-platform AI chat application built on Electron that connects popular AI providers — including Claude, ChatGPT, Gemini, and DeepSeek — to a unified interface with full MCP protocol support for Resources, Prompts, and Tools. It integrates web search (Google, Bing, Brave, Baidu), a built-in Node.js runtime for running npx-based MCP servers without extra setup, remote control via Telegram, Discord, Feishu, and WeChat, plus a skills/agent system that lets users install capabilities from URLs or ZIP files. Teams and individual users install DeepChat when they want a feature-rich AI desktop client that can connect to any MCP server and run multi-modal workflows without writing code.
Prerequisites
- Windows, macOS, or Linux (AppImage/deb for Linux)
- An API key for at least one supported provider: Anthropic (Claude), OpenAI, Google Gemini, DeepSeek, or a local Ollama instance
- No Node.js install required — DeepChat ships a built-in Node.js runtime for MCP servers
Download and install DeepChat
Download the installer for your platform from the GitHub releases page or the official website.
# macOS (Homebrew)
brew install --cask deepchat
# Or download directly:
# https://github.com/ThinkInAIXYZ/deepchat/releases
# Windows: DeepChat-Setup-x.x.x.exe
# macOS: DeepChat-x.x.x.dmg
# Linux: DeepChat-x.x.x.AppImage or .debConfigure your AI provider
Launch DeepChat, open Settings, and go to Model Providers. Add your API key for Claude, OpenAI, Gemini, DeepSeek, or point it at a local Ollama instance.
# API keys to have ready:
# Anthropic Claude → sk-ant-...
# OpenAI → sk-...
# Google Gemini → AIza...
# DeepSeek → sk-...
# Ollama (local) → no key, set base URL: http://localhost:11434Add an MCP server
In Settings, navigate to MCP Servers and add a server using its stdio command. DeepChat's built-in Node.js runtime means npx-based servers work without a separate Node.js installation.
# Example: add Desktop Commander MCP
# In DeepChat MCP settings:
# Command: npx
# Args: -y @wonderwhy-er/desktop-commander@latestEnable web search integration
Configure one of the supported search providers (Brave, Google, Bing, Baidu) in Settings to give the AI live web access during conversations.
Set up remote control (optional)
DeepChat can be controlled remotely via messaging platforms. Configure a Telegram bot token, Discord webhook, or Feishu/Lark integration in Settings to send prompts from your phone or team chat.
DeepChat Examples
Client configuration
DeepChat is a standalone desktop application. MCP servers are configured through its UI, not via a JSON file you edit manually. The underlying config for an MCP server in DeepChat follows this shape:
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": ["-y", "@wonderwhy-er/desktop-commander@latest"]
},
"microsandbox": {
"command": "npx",
"args": ["-y", "microsandbox-mcp"]
}
}
}Prompts to try
DeepChat works best for conversational AI tasks with optional tool and search augmentation.
- "Search the web for the latest version of Next.js and summarise the new features"
- "Read the file at ~/project/README.md and write a Chinese translation"
- "Use the code execution tool to run this Python snippet and show me the output"
- "Send a Telegram message to my team channel summarising today's work"Troubleshooting DeepChat
MCP server fails to start within DeepChat
DeepChat ships a built-in Node.js runtime, but the version may differ from your system Node.js. Test the MCP server command in a terminal first. If it works externally but not in DeepChat, check that the command path is absolute or that npx resolves correctly in DeepChat's bundled environment.
AI model returns 'API key invalid' error
Re-enter your API key in Settings > Model Providers. Ensure the key matches the selected provider — for example, an OpenAI key (sk-...) cannot be used for Anthropic Claude. For Ollama, confirm the daemon is running with `ollama serve`.
Web search returns no results
Verify you have configured a search provider in Settings and that any required API key (e.g., Brave Search API key) is entered correctly. Brave Search requires a free API account at https://brave.com/search/api/.
Frequently Asked Questions about DeepChat
What is DeepChat?
DeepChat is a Model Context Protocol (MCP) server that 🐬deepchat - a smart assistant that connects powerful ai to your personal world It connects AI assistants to external tools and data sources through a standardized interface.
How do I install DeepChat?
Follow the installation instructions on the DeepChat GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with DeepChat?
DeepChat works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is DeepChat free to use?
Yes, DeepChat is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
DeepChat Alternatives — Similar Communication Servers
Looking for alternatives to DeepChat? Here are other popular communication servers you can use with Claude, Cursor, and VS Code.
Slack
★ 86.1kEnables interaction with Slack workspaces through comprehensive channel management, messaging, user management, file uploads, and Block Kit formatting. Features secure credential storage via macOS Keychain and supports all major Slack operations incl
LibreChat
★ 37.3kEnhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenA
Note Gen
★ 11.9kA cross-platform Markdown AI note-taking software.
WhatsApp MCP
★ 5.7kConnects AI assistants to the official Meta WhatsApp Cloud API for managing conversations and sending various message types through natural language. It provides tools for media management, template messages, and real-time webhook processing without
Apple
★ 3.1kEnables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.
Md2WeChat
★ 2.3kMarkdown to WeChat CLI | 一键排版发布到微信公众号:支持 40+ 排版样式和专业主题 、AI 配图 、批量发布
Browse More Communication MCP Servers
Explore all communication servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up DeepChat in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use DeepChat?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.