VOOZH about

URL: https://thenewstack.io/model-context-protocol-bridges-llms-to-the-apps-they-need/

⇱ MCP Bridges LLMs to the Apps They Need - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-03-07 11:30:04
MCP Bridges LLMs to the Apps They Need
AI Agents / API Management / Operations

MCP Bridges LLMs to the Apps They Need

MCP may look like an extra layer on top of APIs. But Anthropic engineers have a larger vision to make MCP the universal method for AI agents to trigger external actions.
Mar 7th, 2025 11:30am by Joab Jackson
👁 Featued image for: MCP Bridges LLMs to the Apps They Need
Background feature image via Unsplash.

“This is very much like microservices, but we are bringing in intelligence,” said Mahesh Murag, Anthropic engineer for applied AI, describing the Model Context Protocol (MCP), an open source born at Anthropic to standardize how applications could provide context to LLMs and the agents that power them.

Murag was speaking at the AI Engineer Summit, held last month in New York, and his talk sparked a wave of interest in MCP (first released in November), as folks discussed the best way to streamline the developer process for getting agents to interact with the rest of the computing world.

Today’s Agentic Landscape

The inspiration for MCP came from the Language Server Protocol (LSP), a standard for IDEs to understand all the different features of programming languages.

Today, agents have to interact with such resources on a one-by-one basis, accruing a lot of routine development work. Or worse, users may have to cut and paste in contextual (and configuration) data manually.

There may be plug-ins, but they are designed for each specific type of connection.

Or they may be confined to a specific platform, such as OpenAI’s Work With Apps feature, which caters to Macs (and OpenAI).

Through MCP, agents will have a standard way to access data, tools, and prompts (pre-written templates) — if it is broadly adopted by the model makers and app vendors.

“Instead of maintaining separate connectors for each data source, developers can now build against a standard protocol,” an Anthropic blog post explained. “As the ecosystem matures, AI systems will maintain context as they move between different tools and datasets, replacing today’s fragmented integrations with a more sustainable architecture.”

Lots of folks feeling FOMO about MCP.

Here’s the problem it solves: pic.twitter.com/UszaGAsOUD

— Matt Pocock (@mattpocockuk) March 6, 2025

How the Agent Will Find the Resource

MCP wouldn’t replace agent frameworks, but complement them by providing pluggable connectors and adapters, and making life easier for the developer by providing a consistent way of interacting with tools, Murag said in his presentation.

MCP is defined in a set of specification and SDKs, covering both the client and server implementations.

The documentation walks through the process of creating a “server” that provides weather forecasts for an LLM using PythonNode or Java. MCP servers can be installed locally or run by a third party.

The sample server has a set of “helper functions” for querying and formatting the data from the National Weather Service API. Tool execution handlers execute the logic of each tool. It can then be installed on Anthropic’s Claude Desktop AI service (or your preferred agent).

Likewise, the user client software, which is part of the AI application itself, initializes a session, collecting a list of available tools.

It also maintains the conversational context, executes the queries and handles the responses, and provides a command line interface for the user.

“Once your client is MCP compatible you can connect it to any server with zero additional work,” Murag explained. “If you’re a tool or API provider or someone that wants to give LLMs access to the data that matters, you can build your MCP server once and see adoption of it everywhere across all of these different AI applications.”

On the enterprise side, the team that runs the vector database interface can turn it into a MCP server that other teams in the company build their apps from.

Presumably, service providers will all want to provide their own servers. And so just like microservices, MCP demands a registry, a place to find and discover resources. “A huge problem these days is discovery,” Murag said.

So the project also maintains an open source repository of MCP servers, offering reference implementations for dozens of services, such as Google Maps, PostgreSQL, and Slack.

👁 Anthropic screenshot

But Will MCP Thrive?

Murag’s presentation set off a tsunami of interest in AI circles.

“In pre-MCP world, one would have to write code to connect AI tool to the external system via API. Which meant every connection had to be pre-coded,” wrote AI agent developer John Rush on X.

“MCP is a standard protocol. This means that every AI tool has to implement this once, and then it can connect to thousands of external tools via this protocol.”

By providing a “standard interface for any API to become an LLM tool plugin,” MCP is an “ultra low friction way to enrich LLM context,” agreed Julian Harris in a X message.

Not everyone was impressed. One observer likened it to Zapier for AI, noting that it was just adding extra steps to using APIs.

Another possible roadblock: Other LLM service providers, such as Grok and ChatGPT do not support it currently, and these system designers may very well try float own standards instead.

But there is nothing inherent about MCP that is tied to Anthropic’s AI service Claude, Murag pointed out

Indeed. Dagger founder Solomon Hykes noted that his company’s platform could work as an “open alternative to Claude Code,” in that is “fully open source, supports any model, and MCP native.”

Enjoy Murag’s entire presentation here:

TRENDING STORIES
Joab Jackson is a senior editor for The New Stack, covering cloud native computing and system operations. He has reported on IT infrastructure and development for over 30 years, including stints at IDG and Government Computer News. Before that, he...
Read more from Joab Jackson
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Anthropic, OpenAI.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.