anything-llm

GitHub

Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "anything-llm": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-anything-llm"
      ]
    }
  }
}