Productivity|AI / ML|UtilitiesTypeScript

witsy

Witsy is a desktop AI assistant and universal MCP client.

Free
N/A rating (0 reviews)0 installs1,929 GitHub stars
AIMCPAssistant

Witsy is a BYOK (Bring Your Own Keys) AI application that allows you to run MCP servers with virtually any LLM. It supports various AI providers and enables users to utilize local models through Ollama.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "witsy": {
      "args": [
        "-y",
        "witsy"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.