Flow Productivity for LangChain
io.github.geraldho81/flow-productivity
Notes, kanban tasks, and a capture inbox: read and create Flow data with a personal token.
client:LangChain
transport:streamable-http
Install Flow Productivity in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"flow-productivity": {
"transport": "streamable_http",
"url": "https://neighborly-stoat-529.eu-west-1.convex.site/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs