Skip to content
LangChain

clypt for LangChain

io.github.bonsai-tech-llc/clypt

AI-native link intelligence — shorten, track, and manage links from any AI agent

client:LangChain transport:stdio runtime:npm

Install clypt in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "clypt": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "clypt-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

clypt in other clients