oneshot logo

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.

[!WARNING] This is an early prototype. Expect the chat history and the tool configuration to be lost with future updates.

<img width="990" alt="Screenshot 2025-01-05 at 15 01 14" src="https://github.com/user-attachments/assets/299840b7-e3c5-484d-8178-c13889a01df8" />

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's uv installed locally. Later versions of the app will bundle those dependencies automatically.

To run:

  1. Run the API server:
bun run server:dev
  1. Run the UI:
bun run app:dev