# jdx/mise | Model Context Protocol (MCP) Server > dev tools, env vars, task runner - **Stars**: ⭐ 32,334 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "mise": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mise" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "mise": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mise" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-mise` - **Docker**: `docker run -i --rm mcp/mise`