MCP Configtypescript

sundae MCP Config

MCP configuration with 1 server: chrome-devtools

View Source
.mcp.json
{
  "mcpServers": {
    "chrome-devtools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chrome-devtools-mcp@latest"
      ],
      "env": {}
    }
  }
}