Skip to content
LangChain

APICK AI for LangChain

app.apick/ai

LLM chat, text tools, image generation, editing, batch image jobs, and asynchronous video generation

client:LangChain transport:streamable-http tools:15

Install APICK AI in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ai": {
            "transport": "streamable_http",
            "url": "https://apick.app/mcp/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

APICK AI in other clients