LangChain.js adapters for Model Context Protocol (MCP) provide tools to integrate LangChain.js with MCP-compatible AI agents. The server exposes adapters for LangChain.js components like chains, agents, and memory, allowing AI agents to use these tools. It connects to LangChain.js libraries and MCP-compatible AI agents. Developers use it to build AI applications with LangChain.js components in an MCP environment.
LangChain.js adapters for Model Context Protocol (MCP) provide tools to integrate LangChain.js with MCP-compatible AI agents. The server exposes adapters for LangChain.js components like chains, agents, and memory, allowing AI agents to use these tools. It connects to LangChain.js libraries and MCP-compatible AI agents. Developers use it to build AI applications with LangChain.js components in an MCP environment.
npx -y langchain-mcp-adaptersAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"langchain-mcp-adapters-npm": {
"command": "npx",
"args": [
"-y",
"npx -y langchain-mcp-adapters"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from langchain-mcp-adapters?"
No configuration required. This server works out of the box.
"What resources are available in langchain-mcp-adapters?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in langchain-mcp-adapters"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in langchain-mcp-adapters with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.