clippy for LangChain
io.github.idtitanium/clippy
AI agents can Create rooms and store/retrieve text and images, and hand link to humans no sign-up.
client:LangChain
transport:streamable-http
tools:9
Install clippy in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"clippy": {
"transport": "streamable_http",
"url": "https://useclippy.cc/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs