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 | — | — |
| Score | 85 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Browser AutomationDeveloper ToolsWeb Scraping |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverfirefox-devtools-mcp · Install
Installation with Claude Code
claude mcp add firefox-devtools npx firefox-devtools-mcp@latestOr 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