Analysis updated 2026-05-18
Let Claude read exact text from a screenshot or scan using offline OCR rather than relying on vision model guessing.
Ask an AI agent to extract audio from a video file, trim a clip, or convert between formats without leaving the chat.
Have an AI assistant run an exact math expression, convert a time zone, or apply a regex and get a reliable, deterministic answer.
| medoxisto/toolbox-mcp | avacocloud/avaco-deno | doorman11991/budget-aware-mcp | |
|---|---|---|---|
| Stars | 19 | 19 | 19 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js and adding one JSON snippet to your MCP client config file.
toolbox-mcp is an MCP server that adds 35 practical utility tools to AI agents like Claude, Cursor, and VS Code Copilot. It runs entirely on your own machine over standard input and output, with no network calls and no data sent anywhere. The tools fill in the categories where language models tend to struggle or cannot help at all. There are tools for reading exact text from images using optical character recognition, processing audio and video files, reading and editing PDFs, working with images and Excel spreadsheets, running exact math calculations, converting between time zones, applying regular expressions precisely, and handling encoding, hashing, and cryptographic tasks. The author notes that while AI models are good at reasoning and writing code, they cannot open audio or video files, and they can make subtle errors on arithmetic and regex tasks where the correct answer must be exactly right. The tools are organized into groups: reading images and media (OCR, frame extraction, video conversion), PDF operations (extract text, merge, split, rotate, watermark), file and office tasks (Excel to JSON, zip, HTML to Markdown, EXIF metadata), image processing (convert, resize, crop, compress, watermark), compute tasks (calculator, timezone converter, regex extractor, diff, QR codes), cryptographic tools (hash functions, HMAC, bcrypt, UUID, JWT decode), and text and data utilities (JSON formatting, CSV to JSON, Base64, URL encoding, slug generation, case conversion, word count). To add it to Claude Desktop or Cursor, you paste a short JSON snippet into your MCP config file. The snippet uses npx to download and run the server with no installation or build step. VS Code and Google Antigravity use the same approach with a slightly different config file location. Once configured, restarting the client is enough to make all 35 tools available. The project is licensed under MIT.
An MCP server that gives AI agents 35 local utility tools for things like OCR, exact math, PDF editing, image conversion, and crypto -- all running offline on your own machine.
Mainly TypeScript. The stack also includes TypeScript, Node.js, MCP.
MIT license: use, modify, and distribute freely for any purpose including commercial use.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.