Skip to content
LangChain

Notipo for LangChain

io.github.kfuras/notipo

Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.

client:LangChain transport:streamable-http tools:13

Install Notipo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "notipo": {
            "transport": "streamable_http",
            "url": "https://app.notipo.com/api/mcp",
        }
})

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

Notipo in other clients