
LangChainGo MCP Adapter
by i2y
Bridges LangChain Go tools with Model Context Protocol (MCP) servers for seamless AI agent integration.
What it does
This adapter serves as a bridge between the LangChain Go library and MCP servers. It allows Go developers to utilize any MCP-compliant tool within their LangChain-based agent infrastructure, enabling complex tool-calling capabilities without rewriting server logic.
Tools
As an adapter, it dynamically exposes all tools provided by the connected MCP server. Typical use cases include:
- Remote tool discovery and registration
- Seamless mapping of MCP tool schemas to LangChain Go tool interfaces
Installation
Install the package via Go:
go get github.com/i2y/langchaingo-mcp-adapter
To integrate with Claude Desktop, configure your claude_desktop_config.json to point to the Go binary implementing the server side of your MCP implementation.
Supported hosts
- claude
Quick install
go get github.com/i2y/langchaingo-mcp-adapterInformation
- Pricing
- free
- Published
- 5/25/2026
- stars






