# AlexsJones/llmfit | Model Context Protocol (MCP) Server > Hundreds of models & providers. One command to find what runs on your hardware. - **Stars**: ⭐ 31,371 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "llmfit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-llmfit" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "llmfit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-llmfit" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-llmfit` - **Docker**: `docker run -i --rm mcp/llmfit`