Use allio Tools inside your AI assistant
106 utilities — calculators, converters, developer tools, text tools, and more — available as a local server your AI assistant can call directly. Zero data collection. No API keys. Everything runs on your machine.
Every calculator, converter, and developer tool computes results in Node.js on your machine. Nothing is transmitted to allio Tools or any server.
Add one line to your config file and it works. No accounts, no registration, no tokens to manage.
Every line of code is public. Read it, audit it, fork it. No hidden behaviour.
DNS lookup, site status, and similar tools make direct calls from your machine to their target. These are clearly labelled.
Install in 60 seconds
Prerequisite:Node.js 18+. No other dependencies.
Select your assistant and paste the config snippet:
Edit claude_desktop_config.json(Windows: %APPDATA%/Claude/ · Mac: ~/Library/Application Support/Claude/):
{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}Edit ~/.cursor/mcp.json:
{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}Edit ~/.codeium/windsurf/mcp_config.json:
{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}Edit .vscode/mcp.json:
{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}Edit ~/.config/zed/settings.json:
{ "context_servers": { "alliotools": { "command": { "path": "npx", "args": ["-y", "alliotools-mcp"] } } }
}Edit .vscode/mcp.json:
{ "servers": { "alliotools": { "type": "stdio", "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}Edit ~/.aws/amazonq/mcp.json:
{ "mcpServers": { "alliotools": { "command": "npx", "args": ["-y", "alliotools-mcp"] } }
}Edit Settings → Tools → AI Assistant → MCP:
Command: npx
Arguments: -y alliotools-mcpThe npx -y alliotools-mcp command downloads and starts the server automatically each time your assistant launches. No global install needed.
What's included
54 tools across 6 categories — all free, all local (except network tools).
Percentage, compound interest, BMI, mortgage, retirement, fraction, speed, inflation (1913–2024 CPI embedded), calories (TDEE/BMR), and more.
Units (length/weight/temp/volume/speed/data), number base, Roman numerals, number to words, colour (HEX/RGB/HSL/HSV/CMYK).
Base64, hash (MD5→SHA-512), UUID, JSON/YAML/XML formatters, JWT decoder, SQL formatter, cron parser, subnet calculator, email validator.
Word counter, case converter (9 styles), diff, Lorem ipsum, Markdown→HTML, HTML→text, readability score, anagram checker, find & replace.
Date calculator, timezone converter (IANA/DST-aware), Unix timestamp, ISO week number, countdown timer, world clock.
DNS lookup, HTTP header checker, site status, IP geolocation, Open Graph preview. These make direct external calls from your machine.
Body fat, ideal weight, water intake, sleep cycles, macros, TDEE, running pace, ovulation, pregnancy calculators.
Coin flip, dice roller, magic 8-ball, password generator, random name/number/team generator, list shuffler.
Just ask naturally
Also available in your browser
Every tool is also a free, no-login web app at allio.tools — 193+ tools, 11 languages, nothing to install.
Browse all tools →