hideya/langchain-mcp-tools-py
MCP to LangChain Tools Conversion Utility / Python
This is a utility for developers building AI applications with LangChain. It helps connect a wide array of external tools and resources, such as databases, cloud storage, or GitHub, that follow the Model Context Protocol (MCP) into your LangChain-based agents. You provide configurations for your MCP servers, and it outputs ready-to-use LangChain tools.
Available on PyPI.
Use this if you are a Python developer building LangChain applications and want to integrate external MCP-compatible tools to expand your LLM's capabilities.
Not ideal if you need comprehensive integration with all MCP features beyond just tools, or if your tools return non-textual data like images, as only text results are supported.
Stars
26
Forks
10
Language
Python
License
MIT
Category
Last pushed
Feb 13, 2026
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/hideya/langchain-mcp-tools-py"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related servers
langchain-ai/langchain-mcp-adapters
LangChain 🔌 MCP
Chen-zexi/open-ptc-agent
An open source implementation of code execution with MCP (Programatic Tool Calling)
guinacio/langchain-mcp-client
This Streamlit application provides a user interface for connecting to MCP (Model Context...
datalayer/langchain-mcp-client
🦜🔗 LangChain Model Context Protocol (MCP) Client
xiaotonng/lc2mcp
Convert LangChain tools to FastMCP tools