Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 4 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,58 +43,16 @@ A **Model Context Protocol (MCP) server** that enables AI assistants like Claude

### 1. Configure Your AI Assistant

Use [install-mcp](https://www.npmjs.com/package/install-mcp) to add the server to your AI assistant:
Use [aix](https://aix.a1st.dev/cli/add/#aix-add-mcp) to add the server to your AI assistant:

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client claude-code
npx -y @a1st/aix add mcp tauri --command 'npx @hypothesi/tauri-mcp-server' --user
```

Supported clients: `claude-code`, `cursor`, `windsurf`, `vscode`, `cline`, `roo-cline`, `claude`, `zed`, `goose`, `warp`, `codex`

<details>
<summary><strong>Claude Code</strong></summary>

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client claude-code
```

</details>

<details>
<summary><strong>Cursor</strong></summary>

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client cursor
```

</details>

<details>
<summary><strong>VS Code / Copilot</strong></summary>

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client vscode
```

</details>

<details>
<summary><strong>Windsurf</strong></summary>

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client windsurf
```

</details>

<details>
<summary><strong>Cline</strong></summary>

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client cline
```

</details>
> [!TIP]
> `aix` automatically detects your installed AI assistants and configures them.

**Restart your AI assistant** after adding the configuration.

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ Before you begin, ensure you have:

## Step 1: Configure Your AI Assistant

First, add the MCP server to your AI assistant using [install-mcp](https://www.npmjs.com/package/install-mcp):
First, add the MCP server to your AI assistant using [aix](https://aix.a1st.dev/cli/add/#aix-add-mcp):

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client claude-code
npx -y @a1st/aix add mcp tauri --command 'npx @hypothesi/tauri-mcp-server' --user
```

Supported clients: `claude-code`, `cursor`, `windsurf`, `vscode`, `cline`, `roo-cline`, `claude`, `zed`, `goose`, `warp`, `codex`
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ The npm package `@hypothesi/tauri-plugin-mcp-bridge` is **optional**. It provide

### 3. Configure Your AI Assistant

Use [install-mcp](https://www.npmjs.com/package/install-mcp) to add the server to your AI assistant:
Use [aix](https://aix.a1st.dev/cli/add/#aix-add-mcp) to add the server to your AI assistant:

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client claude-code
npx -y @a1st/aix add mcp tauri --command 'npx @hypothesi/tauri-mcp-server' --user
```

Supported clients: `claude-code`, `cursor`, `windsurf`, `vscode`, `cline`, `roo-cline`, `claude`, `zed`, `goose`, `warp`, `codex`
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ fn main() {

### 2. Configure Your AI Assistant

Use [install-mcp](https://www.npmjs.com/package/install-mcp) to add the server to your AI assistant:
Use [aix](https://aix.a1st.dev/cli/add/#aix-add-mcp) to add the server to your AI assistant:

```bash
npx -y install-mcp @hypothesi/tauri-mcp-server --client claude-code
npx -y @a1st/aix add mcp tauri --command 'npx @hypothesi/tauri-mcp-server' --user
```

Supported clients: `claude-code`, `cursor`, `windsurf`, `vscode`, `cline`, `roo-cline`, `claude`, `zed`, `goose`, `warp`, `codex`
Expand Down
Loading