# square/okio | Model Context Protocol (MCP) Server > A modern I/O library for Android, Java, and Kotlin Multiplatform. - **Stars**: ⭐ 9,013 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "okio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-okio" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "okio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-okio" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-okio` - **Docker**: `docker run -i --rm mcp/okio`