monthsleft for Claude Desktop
io.github.docracy1/monthsleft
SaaS runway calculator (MRR growth vs churn), breakeven, burn multiple. Free MCP connector.
client:Claude Desktop
transport:streamable-http
tools:4
Install monthsleft in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"monthsleft": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://monthsleft.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