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.

- Bring your own API key
- Built-in tool discovery
- One-click tool installation
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:
- Run the API server:
bun run server:dev
- Run the UI:
bun run app:dev