# below/HelloSilicon | Model Context Protocol (MCP) Server > An introduction to ARM64 assembly on Apple Silicon Macs - **Stars**: ⭐ 4,955 - **Language**: Assembly - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "HelloSilicon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-HelloSilicon" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "HelloSilicon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-HelloSilicon" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-HelloSilicon` - **Docker**: `docker run -i --rm mcp/HelloSilicon`