# zhayujie/CowAgent | Model Context Protocol (MCP) Server > Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat) - **Stars**: ⭐ 46,475 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "CowAgent": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-CowAgent" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "CowAgent": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-CowAgent" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-CowAgent` - **Docker**: `docker run -i --rm mcp/CowAgent`