FinFam Financial Calculators for Claude Desktop
app.finfam/calculators
Free financial calculators (rent vs buy, mortgage, retirement) plus the FinFam Pulse money digest.
client:Claude Desktop
transport:streamable-http
tools:6
Install FinFam Financial Calculators in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"calculators": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ff-api.finfam.app/mcp/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