# triton-lang/triton | Model Context Protocol (MCP) Server > Development repository for the Triton language and compiler - **Stars**: ⭐ 19,932 - **Language**: MLIR - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "triton": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-triton" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "triton": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-triton" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-triton` - **Docker**: `docker run -i --rm mcp/triton`