firefox css theme for Cursor
io.github.easonwong-de/firefox-css-theme
MCP for building, inspecting, and live-debugging Firefox CSS themes.
client:Cursor
transport:stdio
runtime:npm
Install firefox css theme in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"firefox-css-theme": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"firefox-css-theme"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs