Skip to content
LangChain

highstory mcp for LangChain

io.github.7figures007/highstory-mcp

High Story MCP Server - Automate AI content campaigns and social media management.

client:LangChain transport:stdio runtime:npm

Install highstory mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

highstory mcp in other clients