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.
View on GitHub
Last updated: N/A
oneshot
Anthropic's MCP client for macOS.
<img width="990" alt="Screenshot 2025-01-05 at 15 01 14" src="https://github.com/user-attachments/assets/299840b7-e3c5-484d-8178-c13889a01df8" />[!WARNING] This is an early prototype. Expect the chat history and the tool configuration to be lost with future updates.
Features
- Bring your own API key
- Built-in tool discovery
- One-click tool installation
Set up
To install dependencies:
bun install
[!NOTE] You also need
bun
and Python'suv
installed locally. Later versions of the app will bundle those dependencies automatically.
To run:
- Run the API server:
bun run server:dev
- Run the UI:
bun run app:dev