@@ -89,83 +89,201 @@ Add to your MCP client configuration (stdio transport):
8989 "mcpServers" : {
9090 "basic-react" : {
9191 "command" : " npx" ,
92- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-basic-react" , " --stdio" ]
92+ "args" : [
93+ " -y" ,
94+ " --silent" ,
95+ " --registry=https://registry.npmjs.org/" ,
96+ " @modelcontextprotocol/server-basic-react" ,
97+ " --stdio"
98+ ]
9399 },
94100 "basic-vanillajs" : {
95101 "command" : " npx" ,
96- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-basic-vanillajs" , " --stdio" ]
102+ "args" : [
103+ " -y" ,
104+ " --silent" ,
105+ " --registry=https://registry.npmjs.org/" ,
106+ " @modelcontextprotocol/server-basic-vanillajs" ,
107+ " --stdio"
108+ ]
97109 },
98110 "basic-vue" : {
99111 "command" : " npx" ,
100- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-basic-vue" , " --stdio" ]
112+ "args" : [
113+ " -y" ,
114+ " --silent" ,
115+ " --registry=https://registry.npmjs.org/" ,
116+ " @modelcontextprotocol/server-basic-vue" ,
117+ " --stdio"
118+ ]
101119 },
102120 "basic-svelte" : {
103121 "command" : " npx" ,
104- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-basic-svelte" , " --stdio" ]
122+ "args" : [
123+ " -y" ,
124+ " --silent" ,
125+ " --registry=https://registry.npmjs.org/" ,
126+ " @modelcontextprotocol/server-basic-svelte" ,
127+ " --stdio"
128+ ]
105129 },
106130 "basic-preact" : {
107131 "command" : " npx" ,
108- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-basic-preact" , " --stdio" ]
132+ "args" : [
133+ " -y" ,
134+ " --silent" ,
135+ " --registry=https://registry.npmjs.org/" ,
136+ " @modelcontextprotocol/server-basic-preact" ,
137+ " --stdio"
138+ ]
109139 },
110140 "basic-solid" : {
111141 "command" : " npx" ,
112- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-basic-solid" , " --stdio" ]
142+ "args" : [
143+ " -y" ,
144+ " --silent" ,
145+ " --registry=https://registry.npmjs.org/" ,
146+ " @modelcontextprotocol/server-basic-solid" ,
147+ " --stdio"
148+ ]
113149 },
114150 "budget-allocator" : {
115151 "command" : " npx" ,
116- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-budget-allocator" , " --stdio" ]
152+ "args" : [
153+ " -y" ,
154+ " --silent" ,
155+ " --registry=https://registry.npmjs.org/" ,
156+ " @modelcontextprotocol/server-budget-allocator" ,
157+ " --stdio"
158+ ]
117159 },
118160 "cohort-heatmap" : {
119161 "command" : " npx" ,
120- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-cohort-heatmap" , " --stdio" ]
162+ "args" : [
163+ " -y" ,
164+ " --silent" ,
165+ " --registry=https://registry.npmjs.org/" ,
166+ " @modelcontextprotocol/server-cohort-heatmap" ,
167+ " --stdio"
168+ ]
121169 },
122170 "customer-segmentation" : {
123171 "command" : " npx" ,
124- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-customer-segmentation" , " --stdio" ]
172+ "args" : [
173+ " -y" ,
174+ " --silent" ,
175+ " --registry=https://registry.npmjs.org/" ,
176+ " @modelcontextprotocol/server-customer-segmentation" ,
177+ " --stdio"
178+ ]
125179 },
126180 "map" : {
127181 "command" : " npx" ,
128- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-map" , " --stdio" ]
182+ "args" : [
183+ " -y" ,
184+ " --silent" ,
185+ " --registry=https://registry.npmjs.org/" ,
186+ " @modelcontextprotocol/server-map" ,
187+ " --stdio"
188+ ]
129189 },
130190 "pdf" : {
131191 "command" : " npx" ,
132- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-pdf" , " --stdio" ]
192+ "args" : [
193+ " -y" ,
194+ " --silent" ,
195+ " --registry=https://registry.npmjs.org/" ,
196+ " @modelcontextprotocol/server-pdf" ,
197+ " --stdio"
198+ ]
133199 },
134200 "scenario-modeler" : {
135201 "command" : " npx" ,
136- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-scenario-modeler" , " --stdio" ]
202+ "args" : [
203+ " -y" ,
204+ " --silent" ,
205+ " --registry=https://registry.npmjs.org/" ,
206+ " @modelcontextprotocol/server-scenario-modeler" ,
207+ " --stdio"
208+ ]
137209 },
138210 "shadertoy" : {
139211 "command" : " npx" ,
140- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-shadertoy" , " --stdio" ]
212+ "args" : [
213+ " -y" ,
214+ " --silent" ,
215+ " --registry=https://registry.npmjs.org/" ,
216+ " @modelcontextprotocol/server-shadertoy" ,
217+ " --stdio"
218+ ]
141219 },
142220 "sheet-music" : {
143221 "command" : " npx" ,
144- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-sheet-music" , " --stdio" ]
222+ "args" : [
223+ " -y" ,
224+ " --silent" ,
225+ " --registry=https://registry.npmjs.org/" ,
226+ " @modelcontextprotocol/server-sheet-music" ,
227+ " --stdio"
228+ ]
145229 },
146230 "system-monitor" : {
147231 "command" : " npx" ,
148- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-system-monitor" , " --stdio" ]
232+ "args" : [
233+ " -y" ,
234+ " --silent" ,
235+ " --registry=https://registry.npmjs.org/" ,
236+ " @modelcontextprotocol/server-system-monitor" ,
237+ " --stdio"
238+ ]
149239 },
150240 "threejs" : {
151241 "command" : " npx" ,
152- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-threejs" , " --stdio" ]
242+ "args" : [
243+ " -y" ,
244+ " --silent" ,
245+ " --registry=https://registry.npmjs.org/" ,
246+ " @modelcontextprotocol/server-threejs" ,
247+ " --stdio"
248+ ]
153249 },
154250 "transcript" : {
155251 "command" : " npx" ,
156- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-transcript" , " --stdio" ]
252+ "args" : [
253+ " -y" ,
254+ " --silent" ,
255+ " --registry=https://registry.npmjs.org/" ,
256+ " @modelcontextprotocol/server-transcript" ,
257+ " --stdio"
258+ ]
157259 },
158260 "video-resource" : {
159261 "command" : " npx" ,
160- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-video-resource" , " --stdio" ]
262+ "args" : [
263+ " -y" ,
264+ " --silent" ,
265+ " --registry=https://registry.npmjs.org/" ,
266+ " @modelcontextprotocol/server-video-resource" ,
267+ " --stdio"
268+ ]
161269 },
162270 "wiki-explorer" : {
163271 "command" : " npx" ,
164- "args" : [" -y" , " --silent" , " --registry=https://registry.npmjs.org/" , " @modelcontextprotocol/server-wiki-explorer" , " --stdio" ]
272+ "args" : [
273+ " -y" ,
274+ " --silent" ,
275+ " --registry=https://registry.npmjs.org/" ,
276+ " @modelcontextprotocol/server-wiki-explorer" ,
277+ " --stdio"
278+ ]
165279 },
166280 "qr" : {
167281 "command" : " uv" ,
168- "args" : [" run" , " /path/to/ext-apps/examples/qr-server/server.py" , " --stdio" ]
282+ "args" : [
283+ " run" ,
284+ " /path/to/ext-apps/examples/qr-server/server.py" ,
285+ " --stdio"
286+ ]
169287 }
170288 }
171289}
0 commit comments