# oneshot

> MCP Client

Oneshot is an early-stage macOS client for Anthropic's MCP, allowing users to bring their own API key, discover tools, and install them with a single click. Oneshot is an early-stage

## Overview

- **Category:** Developer Tools
- **Language:** Vue
- **Stars:** 16
- **Forks:** 2
- **Owner:** Destiner
- **GitHub:** https://github.com/Destiner/oneshot
- **Created:** 2025-01-05T12:18:48+00:00
- **Updated:** 2025-03-07T21:34:06+00:00
- **Source:** https://model-context-protocol.com/clients/macos-anthropic-mcp-client-tool-installer

## Setup

## Setup

To install dependencies:

```bash
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:

```bash
bun run server:dev
```

2. Run the UI:

```bash
bun run app:dev
```

## Tools

## Available Tools

		1. Bring your own API key (Allows users to use their own API keys.)
		2. Built-in tool discovery (The application has built-in functionality to discover available tools.)
		3. One-click tool installation (Tools can be installed with a single click.)
