mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"mcpServers": {
|
|
"desktop-commander": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@wonderwhy-er/desktop-commander"
|
|
]
|
|
},
|
|
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["-y", "@executeautomation/playwright-mcp-server", "--browser", "chromium"]
|
|
},
|
|
|
|
"mcp-server-firecrawl": {
|
|
"command": "npx",
|
|
"args": ["-y", "firecrawl-mcp"]
|
|
}
|
|
}
|
|
} |