You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/mcp/using-mcp-in-roo.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,8 +233,10 @@ This Windows-specific configuration:
233
233
- The `-y` flag automatically answers "yes" to any prompts during installation
234
234
- Runs the `@modelcontextprotocol/server-puppeteer` package which provides browser automation capabilities
235
235
236
-
:::note
237
-
For macOS or Linux, you would use a different configuration:
236
+
### macOS and Linux Configuration Example
237
+
238
+
When setting up MCP servers on macOS or Linux, you can use a simpler configuration since you don't need the Windows Command Prompt. Here's an example of configuring a Puppeteer MCP server on macOS or Linux:
239
+
238
240
```json
239
241
{
240
242
"mcpServers": {
@@ -248,7 +250,11 @@ For macOS or Linux, you would use a different configuration:
248
250
}
249
251
}
250
252
```
251
-
:::
253
+
254
+
This configuration:
255
+
- Directly uses `npx` without needing a shell wrapper
256
+
- Uses the `-y` flag to automatically answer "yes" to any prompts during installation
257
+
- Runs the `@modelcontextprotocol/server-puppeteer` package which provides browser automation capabilities
252
258
253
259
The same approach can be used for other MCP servers on Windows, adjusting the package name as needed for different server types.
0 commit comments