# m1k1o/neko | Model Context Protocol (MCP) Server > A self hosted virtual browser that runs in docker and uses WebRTC. - **Stars**: ⭐ 21,952 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "neko": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-neko" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "neko": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-neko" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-neko` - **Docker**: `docker run -i --rm mcp/neko`