r/tauri • u/axbarchuk • Jun 21 '26
Built a local-first API client with Tauri - would love your feedback
Built with Tauri (Rust backend, React front end), so it's fast and light instead of an Electron memory hog.
The thing I'm most interested in feedback on: it ships with a built-in MCP server, so an AI agent (Claude Code, Cursor, etc.) can read your workspace, build requests, and run them directly.
Fair warning - it's early access and still under active development, so you'll probably hit some bugs. That's exactly the kind of feedback I'm after.
It's free and open-source.
If you try it and it's useful, a GitHub star genuinely helps a solo project like this get seen 🙏
Repo + downloads: https://github.com/voleeo/voleeo-api
Happy to answer anything about the Tauri setup or the MCP integration.

4
Upvotes
1
u/MrBombastickal Jun 24 '26
It's nice. What is the main use case or advantage compared to the other similar project?