Skip to content
Claude Desktop

release to tasks for Claude Desktop

io.github.apomt/release-to-tasks

Convert public release-note URLs into ordered, source-cited upgrade tasks.

client:Claude Desktop transport:stdio runtime:npm

Install release to tasks in Claude Desktop

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

{
  "mcpServers": {
    "release-to-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "release-to-tasks-mcp"
      ]
    }
  }
}

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

release to tasks in other clients