runwayleft for Claude Desktop
io.github.docracy1/runwayleft
Cash runway, breakeven, and burn multiple calculator. Free, no login. MCP connector.
client:Claude Desktop
transport:streamable-http
tools:3
Install runwayleft in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"runwayleft": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://runwayleft.netlify.app/.netlify/functions/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