MCP Catalogs
Home

chrome-devtools-mcp vs RivalSearchMCP

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

chrome-devtools-mcp
by ChromeDevTools
RivalSearchMCP
by damionrashford
Stars★ 39,757★ 89
30d uses
Score6549
Official
Categories
Browser AutomationDeveloper ToolsWeb Scraping
SearchWeb ScrapingKnowledge Graph
LanguageTypeScriptPython
Last committhis monththis month

chrome-devtools-mcp · Summary

Chrome DevTools MCP server lets AI coding agents control and inspect live Chrome browsers through the MCP protocol.

RivalSearchMCP · Summary

RivalSearchMCP is a comprehensive research MCP server offering deterministic search across 5 web engines, 9 social platforms, academic databases, news sources, and document analysis.

chrome-devtools-mcp · Use cases

  • Automated web testing and validation by AI agents
  • Performance analysis and optimization of web applications
  • Debugging web applications through AI-powered inspection

RivalSearchMCP · Use cases

  • Competitor research by gathering information from multiple sources simultaneously
  • Academic literature review with automatic conflict detection and source scoring
  • Market analysis by collecting news, social discussions, and GitHub activity
  • Document analysis and content extraction from various file types

chrome-devtools-mcp · Install

Installation

Add the following config to your MCP client:

{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "chrome-devtools-mcp@latest"]
    }
  }
}

For basic browser tasks in headless mode:

{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "chrome-devtools-mcp@latest", "--slim", "--headless"]
    }
  }
}

RivalSearchMCP · Install

Installation Options

Connect to Live Server

**For Claude Desktop:**

{
  "mcpServers": {
    "RivalSearchMCP": {
      "url": "https://RivalSearchMCP.fastmcp.app/mcp"
    }
  }
}

**For Cursor:** Add the same JSON configuration to your MCP settings.

**For VS Code:** Add the JSON to .vscode/mcp.json

**For Claude Code:**

claude mcp add RivalSearchMCP --url https://RivalSearchMCP.fastmcp.app/mcp

Local Installation with FastMCP CLI

# Clone repository
git clone https://github.com/damionrashford/RivalSearchMCP.git
cd RivalSearchMCP

# Install to your MCP client:
fastmcp install claude-desktop server.py   # For Claude Desktop
fastmcp install cursor server.py           # For Cursor
fastmcp install claude-code server.py      # For Claude Code
Comparison generated from public README + GitHub signals. Last updated automatically.