{ "mcpServers": { "figma": { "type": "http", "url": "https://mcp.figma.com/mcp" }, "devtools": { "type": "stdio", "command": "/opt/homebrew/bin/chrome-devtools-mcp", "args": [ "--no-usage-statistics", "--no-performance-crux", "--isolated", "--chromeArg=--user-data-dir=/tmp/chrome-mcp-profile", "--chromeArg=--no-first-run", "--chromeArg=--disable-background-networking", "--chromeArg=--disable-sync", "--chromeArg=--disable-translate" ], "env": { "CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS": "1" } } } }