Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Langchain Ts Client

    LangChain.js client for Model Context Protocol.

    35 stars
    TypeScript
    Updated Oct 21, 2025

    Table of Contents

    • Installation
    • Usage

    Table of Contents

    • Installation
    • Usage

    Documentation

    mcp-langchain-ts-client

    A LangChain.js client for Model Context Protocol.

    This is a port of rectalogic/langchain-mcp to the JS/TS LangChain and MCP APIs.

    Installation

    bash
    npm install mcp-langchain-ts-client

    Usage

    typescript
    const serverParams = {
      command: "npx",
      args: [
        "-y",
        "@modelcontextprotocol/server-everything"
      ]
    }
    
    // Initialize the toolkit
    const toolkit = new MCPToolkit(serverParams);
    await toolkit.initialize();
    
    // Extract LangChain.js compatible tools
    const tools = toolkit.tools;
    
    // Use the tools
    import { createReactAgent } from "@langchain/langgraph/prebuilt";
    import { ChatAnthropic } from "@langchain/anthropic";
    
    const llm = new ChatAnthropic({ model: 'claude-3-5-sonnet-20241022' });
    const agent = createReactAgent({ llm, tools });

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • DI

      Discogs Mcp Server

      TypeScript·
      59
    • QU

      Quran Mcp Server

      TypeScript·
      50
    • AN

      Anilist Mcp

      TypeScript·
      57

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • DI

      Discogs Mcp Server

      TypeScript·
      59
    • QU

      Quran Mcp Server

      TypeScript·
      50
    • AN

      Anilist Mcp

      TypeScript·
      57

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k