install in 30 seconds

One URL. Every MCP client. Or self-host it.

No API keys, no signup. Add the hosted server to any client, install the plugin, or run it yourself with FastMCP.

Add RivalSearchMCP to Cursor

Cursor

one-click or mcp.json

Click the button above, or add the config to ~/.cursor/mcp.json.

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

Claude Desktop

remote server

Settings → MCP → Add Remote Server, then paste the URL.

remote server url
https://RivalSearchMCP.fastmcp.app/mcp

VS Code

.vscode/mcp.json

Add the same mcpServers block to your workspace's .vscode/mcp.json.

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

Claude Code

one line, or plugin

Add the hosted server directly, or install the plugin from the marketplace (the repo is the marketplace).

hosted server · one line
$ claude mcp add RivalSearchMCP --url https://RivalSearchMCP.fastmcp.app/mcp
plugin marketplace
# the repo IS the marketplace
$ claude plugin marketplace add damionrashford/RivalSearchMCP --scope user
$ claude plugin install rival-search-mcp@rivalsearchmcp --scope user
# optional: the standalone skill plugin
$ claude plugin install rival-search-mcp-skills@rivalsearchmcp --scope user

OpenAI Codex

plugin

Same marketplace, Codex flavor. Add it, then install either or both plugins.

codex · plugin
$ codex plugin marketplace add damionrashford/RivalSearchMCP --ref main
$ codex plugin add rival-search-mcp@rival-search-mcp-marketplace

Self-host

FastMCP CLI

Clone and run it yourself — STDIO or HTTP. One command installs it straight into your client.

clone & run
$ git clone https://github.com/damionrashford/RivalSearchMCP.git
$ cd RivalSearchMCP
$ uv sync
$ fastmcp run server.py # STDIO · add --transport http for HTTP
one-command install
$ fastmcp install claude-desktop server.py # or cursor · claude-code

Installed? Star it so others find it.

RivalSearchMCP is free and open source. A star is the fastest way to help it grow.