Power Automate MCP Server by Flow Studio for LangChain
io.github.ninihen1/flowstudio-mcp
Debug, build, and manage Power Automate cloud flows with AI agents
client:LangChain
transport:streamable-http
tools:28
Install Power Automate MCP Server by Flow Studio in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"flowstudio-mcp": {
"transport": "streamable_http",
"url": "https://mcp.flowstudio.app/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
- tool_search
- list_skills
- report_bug
- list_store_flows
- get_store_flow
- get_store_flow_runs
- get_store_flow_summary
- update_store_flow
- list_store_environments
- list_store_makers
- get_store_maker
- list_store_power_apps
- list_store_connections
- get_live_flow_runs
- get_live_flow_run_error
- get_live_flow_run_action_outputs
- trigger_live_flow
- cancel_live_flow_run
- resubmit_live_flow_run
- set_live_flow_state
- get_live_flow
- update_live_flow
- list_live_environments
- list_live_flows