WorkflowLearner is designed to help large language models (LLMs) understand workflows by utilizing MHT files recorded with PSR.exe. It captures user actions and parses the data to train LLMs effectively.
WorkflowLearner is designed to help large language models (LLMs) understand workflows by utilizing MHT files recorded with PSR.exe. It captures user actions and parses the data to train LLMs effectively.
git clone https://github.com/u3588064/WorkflowLearner && cd llm-workflow-learning && pip install -r requirements.txtAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"workflowlearner": {
"command": "npx",
"args": [
"-y",
"git clone https://github.com/u3588064/WorkflowLearner && cd llm-workflow-learning && pip install -r requirements.txt"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from WorkflowLearner?"
No configuration required. This server works out of the box.
"What resources are available in WorkflowLearner?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in WorkflowLearner"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in WorkflowLearner with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.