TinyFn for Claude Desktop
io.tinyfn/tinyfn
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
client:Claude Desktop
transport:streamable-http
tools:500
Install TinyFn in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tinyfn": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.tinyfn.io/mcp/all/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs