# tinyhumansai/openhuman | Model Context Protocol (MCP) Server > Your Personal AI super intelligence. A brain that builds a local-first memory of your life, a fantastic orchestrator of agent fleets and workflows, and a deep researcher. - **Stars**: ⭐ 36,249 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "openhuman": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-openhuman" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "openhuman": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-openhuman" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-openhuman` - **Docker**: `docker run -i --rm mcp/openhuman`