RoutineKit for Claude Desktop
io.github.sjh9714/routinekit
Capture tool workflows, save typed tools, and replay with human approval. Includes an MCP Apps UI.
client:Claude Desktop
transport:stdio
runtime:npm
Install RoutineKit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"routinekit": {
"command": "npx",
"args": [
"-y",
"routinekit"
],
"env": {
"ROUTINEKIT_CONFIG": "<ROUTINEKIT_CONFIG>",
"ROUTINEKIT_HOME": "<ROUTINEKIT_HOME>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs