oneshot
by destiner
oneshot is an Anthropic's MCP client specifically designed for macOS. It's an early prototype allowing users to bring their own API key and utilize built-in tool discovery.
Last updated: N/A
What is oneshot?
oneshot is a macOS client application for Anthropic's MCP (Model Control Plane), allowing users to interact with AI models.
How to use oneshot?
To use oneshot: First, install dependencies using bun install
. Ensure you have bun
and Python's uv
installed locally. Then, run the API server using bun run server:dev
and finally, run the UI using bun run app:dev
.
Key features of oneshot
Bring your own API key
Built-in tool discovery
One-click tool installation
Use cases of oneshot
AI Model Interaction
Tool integration with AI
Personalized AI assistants
Streamlined AI workflows
FAQ from oneshot
Will chat history and tool configuration be saved?
Will chat history and tool configuration be saved?
No, it is still in early stage so all your data will be lost
How do I install dependencies?
How do I install dependencies?
Use the command bun install
What is required to run the program?
What is required to run the program?
You also need bun
and Python's uv
installed locally
How do I run the API server?
How do I run the API server?
Run the command bun run server:dev
How do I run the app?
How do I run the app?
Run the command bun run app:dev