@@ -99,16 +99,6 @@ brew install node git sqlite3
99
99
<Tabs >
100
100
<Tab title = " macOS" >
101
101
<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
-
112
102
<Step title = " Create a sample database" >
113
103
Let's create a simple SQLite database for testing:
114
104
@@ -144,8 +134,12 @@ brew install node git sqlite3
144
134
{
145
135
" mcpServers" : {
146
136
" sqlite" : {
147
- " command" : " mcp-server-sqlite" ,
148
- " args" : [" /Users/YOUR_USERNAME/test.db" ]
137
+ " command" : " uvx" ,
138
+ " args" : [
139
+ " mcp-server-sqlite" ,
140
+ " --db-path" ,
141
+ " /Users/YOUR_USERNAME/test.db"
142
+ ]
149
143
}
150
144
}
151
145
}
@@ -162,16 +156,6 @@ brew install node git sqlite3
162
156
</Tab>
163
157
<Tab title="Windows">
164
158
<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
-
175
159
<Step title="Create a sample database">
176
160
Let' s create a simple SQLite database for testing:
177
161
@@ -210,8 +194,12 @@ brew install node git sqlite3
210
194
{
211
195
" mcpServers" : {
212
196
" sqlite" : {
213
- "command": "mcp-server-sqlite",
214
- "args": ["C:\\Users\\YOUR_USERNAME\\test.db"]
197
+ " command" : " uvx" ,
198
+ " args" : [
199
+ " mcp-server-sqlite" ,
200
+ " --db-path" ,
201
+ " C:\\ Users\\ YOUR_USERNAME\\ test.db"
202
+ ]
215
203
}
216
204
}
217
205
}
0 commit comments