hideya/langchain-mcp-tools-ts
MCP to LangChain Tools Conversion Utility / TypeScript
This tool helps TypeScript/JavaScript developers integrate external services and data sources into their AI applications built with LangChain. It takes configuration details for various Model Context Protocol (MCP) servers and converts their available functionalities into a format LangChain can understand. The output is a set of usable tools for your large language model, enabling it to interact with databases, cloud storage, GitHub, and more.
Use this if you are a developer building AI agents with LangChain in TypeScript/JavaScript and want to enable your models to interact with a wide array of external systems via MCP servers.
Not ideal if you need comprehensive support for all MCP features beyond text-based tool calls, as the official LangChain.js MCP Adapters might be more suitable.
Stars
22
Forks
8
Language
TypeScript
License
MIT
Category
Last pushed
Feb 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/hideya/langchain-mcp-tools-ts"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
langchain-ai/langchain-mcp-adapters
LangChain 🔌 MCP
hideya/langchain-mcp-tools-py
MCP to LangChain Tools Conversion Utility / Python
guinacio/langchain-mcp-client
This Streamlit application provides a user interface for connecting to MCP (Model Context...
Chen-zexi/open-ptc-agent
An open source implementation of code execution with MCP (Programatic Tool Calling)
xiaotonng/lc2mcp
Convert LangChain tools to FastMCP tools