Firefox CSS Theme runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 13 Sep 2026.
MCP for building, inspecting, and live-debugging Firefox CSS themes.
We read the source, 23 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
path.join(templateDir, templateFileName),
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add firefox-css-theme -- npx -y firefox-css-theme
{
"mcpServers": {
"firefox-css-theme": {
"args": [
"-y",
"firefox-css-theme"
],
"command": "npx"
}
}
}
[mcp_servers.firefox-css-theme]
command = "npx"
args = ["-y", "firefox-css-theme"]
{
"mcpServers": {
"firefox-css-theme": {
"args": [
"-y",
"firefox-css-theme"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"firefox-css-theme": {
"args": [
"-y",
"firefox-css-theme"
],
"command": "npx"
}
}
}
MCP server for building, inspecting, and exporting PhysiCell and PhysiBoSS configuration files
MCP server for JWT decoding and inspection
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection
Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.
Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP.
Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools
Answers built from our own checks of this server.