Skip to content
Claude Desktop

Flow Productivity for Claude Desktop

io.github.geraldho81/flow-productivity

Notes, kanban tasks, and a capture inbox: read and create Flow data with a personal token.

client:Claude Desktop transport:streamable-http

Install Flow Productivity in Claude Desktop

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

{
  "mcpServers": {
    "flow-productivity": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://neighborly-stoat-529.eu-west-1.convex.site/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Flow Productivity in other clients