I Still Prefer MCP over Skills

https://news.ycombinator.com/rss Hits: 2
Summary

I Still Prefer MCP Over Skills#TL;DR: The AI space is pushing hard for “Skills” as the new standard for giving LLMs capabilities, but I’m not a fan. Skills are great for pure knowledge and teaching an LLM how to use an existing tool. But for giving an LLM actual access to services, the Model Context Protocol (MCP) is the far superior, more pragmatic architectural choice. We should be building connectors, not just more CLIs.Maybe it’s an artifact of spending too much time on X, but lately, the narrative that “MCP is dead” and “Skills are the new standard” has been hammered into my brain. Everywhere I look, someone is celebrating the death of the Model Context Protocol in favor of dropping a SKILL.md into their repository.I am a very heavy AI user. I use Claude Code, Codex, and Gemini for coding. I rely on ChatGPT, Claude, and Perplexity almost every day to manage everything from Notion notes to my DEVONthink databases, and even my emails.And honestly? I just don’t like Skills.I hope MCP sticks around. I really don’t want a future where every single service integration requires a dedicated CLI and a markdown manual.Here’s why I think the push for Skills as a universal solution is a step backward, and why MCP still gets the architecture right.Claude pulling recent user feedback from Kikuyo through the Kikuyo MCP, no CLI needed.What I Love About MCP#The core philosophy of MCP is simple: it’s an API abstraction. The LLM doesn’t need to understand the how; it just needs to know the what. If the LLM wants to interact with DEVONthink, it calls devonthink.do_x(), and the MCP server handles the rest.This separation of concerns brings some unbeatable advantages:Zero-Install Remote Usage: For remote MCP servers, you don’t need to install anything locally. You just point your client to the MCP server URL, and it works.Seamless Updates: When a remote MCP server is updated with new tools or resources, every client instantly gets the latest version. No need to push updates, upgrade...

First seen: 2026-04-10 02:47

Last seen: 2026-04-10 03:47