loading…
Search for a command to run...
loading…
Expose any LangChain chain, agent, or tool as an MCP server — schema-aware tool registration, tool-call tracing, structured output validation. Bridges LangChain
Expose any LangChain chain, agent, or tool as an MCP server — schema-aware tool registration, tool-call tracing, structured output validation. Bridges LangChain into Claude/Cursor/Windsurf. Curated by Archimedes Market with a verified Trust Report.
Archimedes Trust Report — VERIFIED 92/100
Verified asset on Archimedes Market. View the full 4-dimension Trust Report (security · quality · license · complexity) and the curated catalog on the asset page.
Expose any LangChain chain, agent, or tool as an MCP server. The point is to take orchestration logic that already exists in LangChain — RAG chains, agentic workflows, custom tools — and make it agent-callable from Claude Desktop, Cursor, or any MCP client.
args_schema becomes the MCP tool's input schema. Pydantic v2 generation built in.LANGSMITH_API_KEY is set.from mcp_langchain_bridge import bridge
from langchain_community.tools import DuckDuckGoSearchRun, WikipediaQueryRun
server = bridge.create_server(
name="research-tools",
tools=[
DuckDuckGoSearchRun(),
WikipediaQueryRun(),
# Any LangChain BaseTool subclass works
],
retry={"max_attempts": 3, "backoff": "exponential"},
timeout=30.0,
)
server.run()
LangChain has the largest tool ecosystem in the agent space. MCP has the cleanest agent-host integration. Bridging the two avoids rewriting in either direction:
MIT.
from
Run in your terminal:
claude mcp add mcp-langchain-bridge -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.