# Mintplex-Labs/anything-llm | Model Context Protocol (MCP) Server > Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience - **Stars**: ⭐ 64,666 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "anything-llm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-anything-llm" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "anything-llm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-anything-llm" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-anything-llm` - **Docker**: `docker run -i --rm mcp/anything-llm`