Cursor
one-click or mcp.jsonClick the button above, or add the config to ~/.cursor/mcp.json.
~/.cursor/mcp.json
{
"mcpServers": {
"RivalSearchMCP": {
"url": "https://RivalSearchMCP.fastmcp.app/mcp"
}
}
}
"mcpServers": {
"RivalSearchMCP": {
"url": "https://RivalSearchMCP.fastmcp.app/mcp"
}
}
}
Claude Desktop
remote serverSettings → MCP → Add Remote Server, then paste the URL.
remote server url
https://RivalSearchMCP.fastmcp.app/mcp
VS Code
.vscode/mcp.jsonAdd the same mcpServers block to your workspace's .vscode/mcp.json.
.vscode/mcp.json
{
"mcpServers": {
"RivalSearchMCP": { "url": "https://RivalSearchMCP.fastmcp.app/mcp" }
}
}
"mcpServers": {
"RivalSearchMCP": { "url": "https://RivalSearchMCP.fastmcp.app/mcp" }
}
}
Claude Code
one line, or pluginAdd 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
$ 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
pluginSame 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
$ codex plugin add rival-search-mcp@rival-search-mcp-marketplace
Self-host
FastMCP CLIClone 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
$ 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.