-
Hello; forgive me if this is an obvious or a silly one, but what exactly is the relationship between LangChain and mcp-use? I can't find any explanation as to how the two are related, but seemingly all of the examples and code snippets from the docs - and even tutorial videos on YouTube - strongly imply that they go together. There's even a link to the LangChain docs at the bottom of the mcp-use homepage. Did LangChain create mcp-use? Is it designed to be use with LangChain products explicitly? From what I gather, MCP is supposed to be platform-agnostic, but the language used in the mcp-use docs don't give that impression. Again, maybe I missed something obvious. EDIT: This is a good example of what I mean https://github.com/mcp-use/mcp-use-ts |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There’s no formal relationship between LangChain and mcp-use. mcp-use was created by @pietrozullo and @Pederzh as an open-source SDK and cloud platform for building and managing MCP-enabled agents. We currently use LangChain in some examples for the agent execution layer because it’s a well-known orchestration library, but we’re actively evaluating alternatives. Do you have a framework or runtime you think we should look into? |
Beta Was this translation helpful? Give feedback.
There’s no formal relationship between LangChain and mcp-use.
We’re not affiliated with LangChain, and they didn’t create mcp-use.
mcp-use was created by @pietrozullo and @Pederzh as an open-source SDK and cloud platform for building and managing MCP-enabled agents.
We currently use LangChain in some examples for the agent execution layer because it’s a well-known orchestration library, but we’re actively evaluating alternatives.
Do you have a framework or runtime you think we should look into?