Skip to content

Commit 3484d3d

Browse files
committed
docs: update MCP quick start to recommend config --remote
1 parent f9d6ac3 commit 3484d3d

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

apps/docs/src/pages/guide/tooling/vuetify-mcp.md

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ Vuetify MCP is a [Model Context Protocol](https://modelcontextprotocol.io/docs/g
2424

2525
## Quick Start
2626

27-
### Vuetify CLI (Recommended)
27+
### Interactive Setup (Recommended)
2828

29-
Add MCP to existing projects with the [Vuetify CLI](/guide/tooling/vuetify-cli):
29+
Auto-detects your IDE and configures the hosted MCP server automatically:
3030

3131
::: code-group no-filename
3232

3333
```bash pnpm
34-
pnpm dlx @vuetify/cli add mcp
34+
pnpm dlx @vuetify/mcp config --remote
3535
```
3636

3737
```bash npm
38-
npx @vuetify/cli add mcp
38+
npx -y @vuetify/mcp config --remote
3939
```
4040

4141
```bash yarn
42-
yarn dlx @vuetify/cli add mcp
42+
yarn dlx @vuetify/mcp config --remote
4343
```
4444

4545
```bash bun
46-
bunx @vuetify/cli add mcp
46+
bunx @vuetify/mcp config --remote
4747
```
4848

4949
:::
@@ -56,46 +56,33 @@ bunx @vuetify/cli add mcp
5656
claude mcp add --transport http vuetify-mcp https://mcp.vuetifyjs.com/mcp
5757
```
5858

59-
### Interactive Setup
59+
### Vuetify CLI
6060

61-
Auto-detects your IDE and configures MCP automatically:
61+
Add Vuetify AI rules and context to your project with the [Vuetify CLI](/guide/tooling/vuetify-cli):
6262

6363
::: code-group no-filename
6464

6565
```bash pnpm
66-
# Hosted server (recommended)
67-
pnpm dlx @vuetify/mcp config --remote
68-
69-
# Local server
70-
pnpm dlx @vuetify/mcp config
66+
pnpm dlx @vuetify/cli add mcp
7167
```
7268

7369
```bash npm
74-
# Hosted server (recommended)
75-
npx -y @vuetify/mcp config --remote
76-
77-
# Local server
78-
npx -y @vuetify/mcp config
70+
npx @vuetify/cli add mcp
7971
```
8072

8173
```bash yarn
82-
# Hosted server (recommended)
83-
yarn dlx @vuetify/mcp config --remote
84-
85-
# Local server
86-
yarn dlx @vuetify/mcp config
74+
yarn dlx @vuetify/cli add mcp
8775
```
8876

8977
```bash bun
90-
# Hosted server (recommended)
91-
bunx @vuetify/mcp config --remote
92-
93-
# Local server
94-
bunx @vuetify/mcp config
78+
bunx @vuetify/cli add mcp
9579
```
9680

9781
:::
9882

83+
> [!NOTE]
84+
> The CLI `add mcp` command sets up [Ruler](https://github.com/intellectronica/ruler) project rules for AI context — it does not configure the MCP server connection. Use the interactive setup above to connect your IDE to the Vuetify MCP server.
85+
9986
### Local Server
10087

10188
Run locally for offline access or custom configuration:

0 commit comments

Comments
 (0)