langchainjs-mcp-adapters

langchain-ai/langchainjs-mcp-adapters
★ 246 stars TypeScript 🤖 AI/LLM Updated 1mo ago
** 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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langchainjs-mcp-adap": {
      "command": "npx",
      "args": [
        "-y",
        "langchain-ai/langchainjs-mcp-adapters"
      ]
    }
  }
}

Topics

agent-toolsai-toolsjavascriptlangchainlangchainjsllm-agentsllm-integrationllm-toolsmcpmodel-context-protocolopenai-functionstypescript