← Discover MCPs and Agents
l
MCPAI & MLGitHub

langchainjs-mcp-adapters

** THIS REPO HAS MOVED TO https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-mcp-adapters ** Adapters for integrating Model Context Protocol (MCP) tools with LangChain.js applications, supporting both stdio and SSE transports.

Links

README

From the repo.

LangChain.js MCP Adapters

[!IMPORTANT] This package has been migrated into the LangChainJS monorepo.

npm version License: MIT

This library provides a lightweight wrapper to allow Model Context Protocol (MCP) services to be used with LangChain.js.

This project has moved. For a current description of this project, please see the up-to-date README at the project's new location.

Collected info

  • ★ 248 stars
  • ⎇ 36 forks
  • Language: TypeScript
  • Source updated: 8/26/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.