# flashinfer-ai/flashinfer | Model Context Protocol (MCP) Server > FlashInfer: Kernel Library for LLM Serving - **Stars**: ⭐ 6,135 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "flashinfer": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flashinfer" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "flashinfer": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flashinfer" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-flashinfer` - **Docker**: `docker run -i --rm mcp/flashinfer`