firefox css theme for VS Code
io.github.easonwong-de/firefox-css-theme
MCP for building, inspecting, and live-debugging Firefox CSS themes.
client:VS Code
transport:stdio
runtime:npm
Install firefox css theme in VS Code
.vscode/mcp.json
{
"servers": {
"firefox-css-theme": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"firefox-css-theme"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs