Skip to content
Claude Desktop

kuriflow mcp for Claude Desktop

io.github.sgunk13/kuriflow-mcp

Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.

client:Claude Desktop transport:stdio runtime:pypi

Install kuriflow mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kuriflow-mcp": {
      "command": "uvx",
      "args": [
        "kuriflow-mcp"
      ],
      "env": {
        "KURIFLOW_API_KEY": "<KURIFLOW_API_KEY>",
        "KURIFLOW_API_URL": "<KURIFLOW_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

kuriflow mcp in other clients