If you're sold on MCP, what was your "wow" moment? I've read the docs and tinkered a bit but it was a decidedly "meh" experience personally. It seems very similar to ChatGPT Plugins, and that was a flop. I don't really like the fuzzy nature of the architecture, where I never know what server will be invoked. And I have to manually opt-in to each server I want to use? To be unexpectedly useful, it seems like I would h…
The Future of MCPs
31–40 of 90 posts
Re: The Future of MCPs
#32> Think of MCPs as standardized APIs—connectors between external data sources or applications and large language models (LLMs) like ChatGPT or Claude. This is incorrect. MCP is Model Context Protocol. You didn't "build an MCP", you implemented an MCP server. Lighttpd is not "an HTTP", it's an HTTP server. wget is also not "an HTTP", it's an HTTP client. Lighttpd and wget are different enough that it's useful to make…
Re: The Future of MCPs
#33MCP might be one of the few technology pieces where more articles have been written about it than the actual use-cases being built. It is like the ERC20 era all over again.
I don't feel that way. Maybe the first examples have all been related to what software people do, but I think an MCP for a travel site would be a game changer. There are so many things I want to tell a travel site that just doesn't fit into filters, so then end up spending more time searching all kinds of permutations. These could be done with an MCP-augmented agent.
Re: The Future of MCPs
#34Interesting thoughts regarding MCPs being the future App Store/Platform. I don't know that I agree but I don't necessarily disagree either. Time will certainly tell. To me, MCP feels more like an implementation detail, not something that most people would ever use directly. I would expect that the future would be some app distributed through existing channels, which bundles the MCP client into it, then uses a server-…
Re: The Future of MCPs
#35If you're sold on MCP, what was your "wow" moment? I've read the docs and tinkered a bit but it was a decidedly "meh" experience personally. It seems very similar to ChatGPT Plugins, and that was a flop. I don't really like the fuzzy nature of the architecture, where I never know what server will be invoked. And I have to manually opt-in to each server I want to use? To be unexpectedly useful, it seems like I would h…
Re: The Future of MCPs
#36Interesting thoughts regarding MCPs being the future App Store/Platform. I don't know that I agree but I don't necessarily disagree either. Time will certainly tell. To me, MCP feels more like an implementation detail, not something that most people would ever use directly. I would expect that the future would be some app distributed through existing channels, which bundles the MCP client into it, then uses a server-…
Re: The Future of MCPs
#37we’ve been building most of what OP has written about with https://mcp.run We started doing this the day Anthropic released MCP in November last year. Our company has always been devoted to secure plug-in system technology having built Extism, a WebAssembly plugin framework. We immediately saw MCP as the plugin system for AI and knew it would be significant, but were concerned about the security implications of runni…
Re: The Future of MCPs
#38Earlier quoted context omitted.
There is no saying that they will expose more functionality through the MCP API than their web site. I imagine the API will be more limited.
No, but let me be more specific. For example, when I search for flights, there might be situational things (like, "can you please find me a flight that has at least a 2 hour layover at airport because last time i had a hard time finding the new terminal" etc. Or an agent that will actually even READ that information from the airport website to see notices like "expect long delays in the next 3 months as we renovate T…
Re: The Future of MCPs
#39If you're sold on MCP, what was your "wow" moment? I've read the docs and tinkered a bit but it was a decidedly "meh" experience personally. It seems very similar to ChatGPT Plugins, and that was a flop. I don't really like the fuzzy nature of the architecture, where I never know what server will be invoked. And I have to manually opt-in to each server I want to use? To be unexpectedly useful, it seems like I would h…
Btw, one of my favorite MCPs is a Whois MCP so I can ask Claude Desktop to brainstorm domain names and then immediately check if they are available :).
It’s clunky but I am still using it :)
Re: The Future of MCPs
#40> Think of MCPs as standardized APIs—connectors between external data sources or applications and large language models (LLMs) like ChatGPT or Claude. This is incorrect. MCP is Model Context Protocol. You didn't "build an MCP", you implemented an MCP server. Lighttpd is not "an HTTP", it's an HTTP server. wget is also not "an HTTP", it's an HTTP client. Lighttpd and wget are different enough that it's useful to make…
The author explicitly states he built 2 MCP servers, not 2 MCPs, so I don’t know where your beef is coming from