MCP: An (Accidentally) Universal Plugin System
worksonmymachine.substack.com
MCP: An (Accidentally) Universal Plugin System
1–10 of 366 posts
Re: MCP: An (Accidentally) Universal Plugin System
#2MCP is fulfilling the promise of AI agents being able to do their own thing. None of this is unintended, unforeseen or particularly dependent on the existence of MCP. It is exciting, the fact that AI has this capability captures the dawn of a new era. But the important thing in the picture isn't MCP - it is the power of the models themselves.
Re: MCP: An (Accidentally) Universal Plugin System
#3Re: MCP: An (Accidentally) Universal Plugin System
#4Re: MCP: An (Accidentally) Universal Plugin System
#5I don’t want to undermine the author’s enthusiasm for the universality of the MCP. But part of me can’t help wondering: isn’t this the idea of APIs in general? Replace MCP with REST and does that really change anything in the article? Or even an Operating System API? POSIX, anyone? Programs? Unix pipes? Yes, MCP is far simpler/universal than any of those things ended up being — but maybe the solution is to build simp…
Re: MCP: An (Accidentally) Universal Plugin System
#6I don’t want to undermine the author’s enthusiasm for the universality of the MCP. But part of me can’t help wondering: isn’t this the idea of APIs in general? Replace MCP with REST and does that really change anything in the article? Or even an Operating System API? POSIX, anyone? Programs? Unix pipes? Yes, MCP is far simpler/universal than any of those things ended up being — but maybe the solution is to build simp…
Re: MCP: An (Accidentally) Universal Plugin System
#7I don’t want to undermine the author’s enthusiasm for the universality of the MCP. But part of me can’t help wondering: isn’t this the idea of APIs in general? Replace MCP with REST and does that really change anything in the article? Or even an Operating System API? POSIX, anyone? Programs? Unix pipes? Yes, MCP is far simpler/universal than any of those things ended up being — but maybe the solution is to build simp…
The main difference between MCP and Rest is that MCP is self described from the very start. REST may have OpenAPI, but it is a later addon, and we haven't quite standardised on using it. The first step of exposing an MCP is describing it, for Rest is is an optional step that's often omitted.
Re: MCP: An (Accidentally) Universal Plugin System
#8Re: MCP: An (Accidentally) Universal Plugin System
#9Earlier quoted context omitted.
The main difference between MCP and Rest is that MCP is self described from the very start. REST may have OpenAPI, but it is a later addon, and we haven't quite standardised on using it. The first step of exposing an MCP is describing it, for Rest is is an optional step that's often omitted.
But you're describing it in a way that is useless to anything but an LLM. It would have been much better if the description language had been more formalized.
Re: MCP: An (Accidentally) Universal Plugin System
#10MCP seems like a more "in-between" step until the AI models get better. I imagine in 2 years, instead of using an MCP, we will point to the tool's documentation or OpenAPI, and the AI can ingest the whole context without the middle layer.