by xiaotonng · MCP Server · ★ 68
lc2mcp Convert LangChain tools to FastMCP tools — in one line of code. Stop rewriting your tools. Just adapt them. is a lightweight adapter that converts existing LangChain tools into FastMCP tools, enabling you to quickly build MCP servers accessible to Claude, Cursor, and any MCP-compatible client. ✨ Features 🚀 Quick Start Installation 3 Lines to MCP python from langchaincore.tools import tool from fastmcp import FastMCP from lc2mcp import registertools @tool def getweather(city: str) - str: """Get cu
| Stars | 68 |
| Forks | 15 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 66.2074888988161/100 |
| Open Issues | 7 |
| Last Updated | 2026-01-31 |
| Created | 2026-01-21 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~27k |
Explore other popular mcp server tools:
lc2mcp is Convert LangChain tools to FastMCP tools. It is categorized as a MCP Server with 68 GitHub stars.
lc2mcp is primarily written in Python. It covers topics such as ai-tools, anthropic, claude.
You can find installation instructions and usage details in the lc2mcp GitHub repository at github.com/xiaotonng/lc2mcp. The project has 68 stars and 15 forks, indicating an active community.
lc2mcp is released under the MIT license, making it free to use and modify according to the license terms.