toolalize mcp for Claude Desktop
io.github.vertisky/toolalize-mcp
Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).
client:Claude Desktop
transport:streamable-http
tools:3
Install toolalize mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"toolalize-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://toolalize.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