is

isaacwasserman/mcp-langchain-ts-client

๐Ÿ“‡ โ€“ Use MCP provided tools in LangChain.js

#LangChain.js#MCP tools#JavaScript
Publisherisaacwasserman/mcp-langchain-ts-client
Submitted date4/19/2025

Overview

Title

mcp-langchain-ts-client โ€“ A LangChain.js client for Model Context Protocol

How to Use

  1. Install via npm:
    npm install mcp-langchain-ts-client
  2. Initialize the toolkit with server parameters.
  3. Extract LangChain.js compatible tools and integrate them into your agent.

Key Features

  • Port of rectalogic/langchain-mcp to JS/TS LangChain and MCP APIs.
  • Seamless integration with LangChain.js tools.
  • Supports agents like those created with createReactAgent.

Use Cases

  • Building AI agents with LangChain.js that interact with Model Context Protocol.
  • Enhancing LLM workflows with MCP-compatible tools.
  • Integrating Anthropic models (e.g., Claude 3.5 Sonnet) with MCP services.

Visit More

View All