-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
54 lines (54 loc) · 1.11 KB
/
Copy path.mcp.json
File metadata and controls
54 lines (54 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp",
"--headless",
"--isolated",
"--no-usage-statistics",
"--no-performance-crux",
"--viewport=1440x1000"
]
},
"cloudflare-browser": {
"command": "npx",
"args": [
"mcp-remote",
"https://browser.mcp.cloudflare.com/mcp"
]
},
"cloudflare-dns-analytics": {
"command": "npx",
"args": [
"mcp-remote",
"https://dns-analytics.mcp.cloudflare.com/mcp"
]
},
"cloudflare-docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://docs.mcp.cloudflare.com/mcp"
]
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp",
"--browser=chromium",
"--headless",
"--user-data-dir=.playwright-mcp/profile",
"--output-dir=.playwright-mcp/output",
"--save-session"
]
},
"shadcn": {
"command": "npx",
"args": [
"shadcn@latest",
"mcp"
]
}
}
}