Skip to content
LangChain

ShotClick Screenwriting for LangChain

ai.shotclick/screenwriting

Your AI writes inside real screenplays: formatted scenes, locked numbering, outlines, research.

client:LangChain transport:streamable-http

Install ShotClick Screenwriting in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "screenwriting": {
            "transport": "streamable_http",
            "url": "https://shotclick.ai/api/mcp",
        }
})

tools = await client.get_tools()

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

ShotClick Screenwriting in other clients