# ThinkInAIXYZ/deepchat | Model Context Protocol (MCP) Server > 🐬DeepChat - A smart assistant that connects powerful AI to your personal world - **Stars**: ⭐ 6,208 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "deepchat": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-deepchat" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "deepchat": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-deepchat" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-deepchat` - **Docker**: `docker run -i --rm mcp/deepchat`