FoxMCP Firefox

Examine source code of FoxMCP

Inspect and view changes in FoxMCP source codes across current and past versions
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"
    }
  }
}

Melhores alternativas FoxMCP

Aqui estão algumas Firefox add-ons que são similares a FoxMCP: