kitty (MCP Server)

GitHub

If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based.

Claude Desktop Configuration

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

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