Files
owl/community_usecase/Mcp_use_case/mcp_servers_config.json
Harshit Sharma 0b3a072b8d First Commit
2025-03-29 00:49:39 +05:30

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"]
}
}
}