FoxMCP Firefox

Examine source code of FoxMCP

Inspect and view changes in FoxMCP source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FoxMCP",
  "version": "1.1.0",
  "description": "Browser extension that exposes data and functions to MCP clients via WebSocket",
  "author": "FoxMCP Project",
  "homepage_url": "https://github.com/foxmcp/foxmcp",
  "license": "MIT",
  "permissions": [
    "tabs",
    "windows",
    "history",
    "bookmarks",
    "activeTab",
    "storage",
    "webRequest",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "FoxMCP"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "foxmcp@codemud.org"
    }
  }
}

Best FoxMCP Alternatives

Here are some Firefox add-ons that are similar to FoxMCP: