Backburner runs on your own machine — the client starts it, so there is no endpoint to ping. 470 installs a week from pypi. Last commit 2 Aug 2026.
Run long shell commands as background tasks: start them, keep working, collect the results later
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add backburner -- uvx backburner-mcp
{
"mcpServers": {
"backburner": {
"args": [
"backburner-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.backburner]
command = "uvx"
args = ["backburner-mcp"]
{
"mcpServers": {
"backburner": {
"args": [
"backburner-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"backburner": {
"args": [
"backburner-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.