Kun (MCP Server)

GitHub

Local-first AI agent workspace for coding, writing, design, research, and automation โ€” one runtime for desktop GUI and TUI.

Claude Desktop Configuration

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

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