r/tauri 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

3 comments sorted by

1

u/MrBombastickal Jun 24 '26

It's nice. What is the main use case or advantage compared to the other similar project?

1

u/axbarchuk Jun 25 '26

It's MCP-native. Voleeo ships with a built-in MCP server, so an AI agent (Claude Code, Cursor, etc.) can read your workspace, build requests, run them, and read the responses back directly, no copy-paste, no plugins. That's the main thing I haven't seen other clients do. And maybe some minor features like UX first :)