# freelensapp/freelens | Model Context Protocol (MCP) Server > Free IDE for Kubernetes - **Stars**: ⭐ 5,328 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "freelens": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-freelens" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "freelens": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-freelens" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-freelens` - **Docker**: `docker run -i --rm mcp/freelens`