# fla-org/flash-linear-attention | Model Context Protocol (MCP) Server > 🚀 Efficient implementations for emerging model architectures - **Stars**: ⭐ 5,497 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "flash-linear-attention": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flash-linear-attention" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "flash-linear-attention": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flash-linear-attention" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-flash-linear-attention` - **Docker**: `docker run -i --rm mcp/flash-linear-attention`