MCP Configgo
Autarch MCP Config
MCP configuration with 2 servers: playwright, task-master-ai
.mcp.json
{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
},
"task-master-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"task-master-ai"
]
}
}
}