If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kitty": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kitty"
]
}
}
}