assiststudio runner for Claude Desktop
io.github.fieldcure/assiststudio-runner
Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.
client:Claude Desktop
transport:stdio
runtime:nuget
Install assiststudio runner in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"assiststudio-runner": {
"command": "dnx",
"args": [
"FieldCure.AssistStudio.Runner",
"--yes"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs