Skip to content
LangChain

FreelanceOS for LangChain

io.github.sohlin2/freelance-os

Freelance business manager — clients, proposals, invoices, time tracking, scope, and follow-ups.

client:LangChain transport:streamable-http runtime:npm

Install FreelanceOS in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "freelance-os": {
            "transport": "streamable_http",
            "url": "https://freelance-os-production.up.railway.app/mcp",
        }
})

tools = await client.get_tools()

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

FreelanceOS in other clients