Skip to content
LangChain

quickypage for LangChain

page.quicky/quickypage

Publish, update, read, rename, and share single-URL web pages from any AI agent.

client:LangChain transport:streamable-http

Install quickypage in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "quickypage": {
            "transport": "streamable_http",
            "url": "https://quicky.page/mcp",
        }
})

tools = await client.get_tools()

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

quickypage in other clients