Skip to content

Commit a468b81

Browse files
committed
Remove npm install -g instruction
1 parent a79f86b commit a468b81

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

quickstart.mdx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,6 @@ brew install node git sqlite3
9999
<Tabs>
100100
<Tab title="macOS">
101101
<Steps>
102-
<Step title="Install example servers">
103-
Let's start by getting the pre-built MCP servers:
104-
105-
```bash
106-
npm install -g @modelcontextprotocol/servers
107-
```
108-
109-
This makes the MCP servers available as command-line tools that Claude Desktop can launch.
110-
</Step>
111-
112102
<Step title="Create a sample database">
113103
Let's create a simple SQLite database for testing:
114104

@@ -162,16 +152,6 @@ brew install node git sqlite3
162152
</Tab>
163153
<Tab title="Windows">
164154
<Steps>
165-
<Step title="Install example servers">
166-
Let's start by getting the pre-built MCP servers:
167-
168-
```bash
169-
npm install -g @modelcontextprotocol/servers
170-
```
171-
172-
This makes the MCP servers available as command-line tools that Claude Desktop can launch.
173-
</Step>
174-
175155
<Step title="Create a sample database">
176156
Let's create a simple SQLite database for testing:
177157

0 commit comments

Comments
 (0)