# hathach/tinyusb | Model Context Protocol (MCP) Server > An open source cross-platform USB stack for embedded system - **Stars**: ⭐ 7,000 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "tinyusb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tinyusb" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "tinyusb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tinyusb" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-tinyusb` - **Docker**: `docker run -i --rm mcp/tinyusb`