NetNewsWire via AppleScript via MCP… I wonder what the future of scriptability is. We’ve got AppleScript, Shortcuts, App Intents, and MCP. But meanwhile you have agents which are fine just firing up command-line tools.
NetNewsWire - NetNewsWire User Creates MCP Support Via AppleScript

Jelly writes on the NetNewsWire Discourse forum: I’ve drafted a naive implementation of NNW MCP support through AppleScript. It supports listing feeds, getting/searching articles, subscribing new feeds… I can now schedule a daily task that lets Claude summarize that day’s new articles and order them based on my previous behaviors every morning. We love how AppleScript support is worth way more than the effort we put into it — users can keep creating cool things that we couldn’t have imagined back then.

@manton The consensus I've seen in the AI coding community seems to be that MCP kind of sucks because it unnecessarily fills up the context window, whereas command-line tools are efficient and easy for an LLM to reason with.

A lot of people have moved away from MCP to using agent skills that know how to run CLI tools (and even bundle some with them).

@jeff Makes sense. I know OpenClaw at least loves CLI tools too.