Nonlinear Calendar for Claude Desktop
io.github.singularitybpjade/balance-engine
Nonlinear Calendar: this year’s months fold onto the previous 12 years. No key to try.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:12
Install Nonlinear Calendar in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"balance-engine": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://balance-engine.vercel.app/api/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