# zerotier/ZeroTierOne | Model Context Protocol (MCP) Server > A Smart Ethernet Switch for Earth - **Stars**: ⭐ 16,883 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ZeroTierOne": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ZeroTierOne" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ZeroTierOne": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ZeroTierOne" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ZeroTierOne` - **Docker**: `docker run -i --rm mcp/ZeroTierOne`