MCP Catalogs
Home

ultimate_mcp_server vs firefox-devtools-mcp

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
firefox-devtools-mcp
by mozilla
Stars★ 149★ 162
30d uses
Score8550
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Browser AutomationDeveloper ToolsWeb Scraping
LanguagePythonTypeScript
Last commit2 mo agothis month

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

firefox-devtools-mcp · Summary

Mozilla's MCP server for automating Firefox DevTools via WebDriver BiDi, enabling AI assistants to control and inspect browser functionality.

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

firefox-devtools-mcp · Use cases

  • Automated web testing with AI assistants that can navigate pages and interact with elements
  • Web scraping and data extraction by AI systems that can control browser behavior
  • Visual regression testing through automated screenshot comparison

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

firefox-devtools-mcp · Install

Installation with Claude Code

claude mcp add firefox-devtools npx firefox-devtools-mcp@latest

Or add to Claude Code settings:

{
  "mcpServers": {
    "firefox-devtools": {
      "command": "npx",
      "args": ["-y", "firefox-devtools-mcp@latest", "--headless", "--viewport", "1280x720"],
      "env": {
        "START_URL": "about:home"
      }
    }
  }
}

Prerequisites

  • Node.js ≥ 20.19.0
  • Firefox 100+ installed
Comparison generated from public README + GitHub signals. Last updated automatically.