Currency Exchange for Claude Desktop
pro.publifye/currency
Norges Bank exchange rates for AI: 38 currencies against NOK since ~1980, plus buying power
client:Claude Desktop
transport:streamable-http
Install Currency Exchange in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"currency": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://currency.publifye.com/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