Skip to content
LangChain

Shotpipe — Screenshots & OG Images for LangChain

io.github.podop29/shotpipe-mcp

Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run.

client:LangChain transport:stdio runtime:npm

Install Shotpipe — Screenshots & OG Images in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Shotpipe — Screenshots & OG Images in other clients