Skip to content
LangChain

Sharebench for LangChain

ai.sharebench/registry

Sharebench — search & pull AI skills, agents, prompts & playbooks (SKILL.md) into any MCP client

client:LangChain transport:streamable-http tools:2

Install Sharebench in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "registry": {
            "transport": "streamable_http",
            "url": "https://mcp-public.sharebench.ai",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Sharebench in other clients